Hi,
Let's say I have a network with 5 NRF52833-DK and 1 smartphone with the NRFMesh App. How can I achieve to sniff all the ongoing packets in the mesh network on the smartphone?
My first idea was to use gatt_mesh.c, where every node can send data to all it's GATT connection, but there I need a wrapper for the network key to create a correct network PDU and I did not find out how this can be done correctly this way.
How can I achieve this?
Kind Regards,
SET