How to access mesh proxy packets

Hi,

We've had a mesh sensor network all working for a long time using SDK17.0.2 + Mesh SDK 4.1.0

The data is accessed by a mobile app through a mesh node acting as a proxy. We can send data back and forth from the mobile app through the mesh proxy node with no problems. Everything is working like it should.

On the proxy node, how can I access the proxy packets being sent to/from the mobile app? I want to print them out over UART to log them.

Thanks.

Related