hi
I Would like to capture Network PDU and take a look at PDU in Light Switch Example
How to do this?
hi
I Would like to capture Network PDU and take a look at PDU in Light Switch Example
How to do this?
Hi Priyal,
If you want to inspect a Network PDU that a node receives, you can have a look at the network_packet_in() function in network.c where we try to decrypt the packet and forward it to transport layer.
Hi Priyal,
If you want to inspect a Network PDU that a node receives, you can have a look at the network_packet_in() function in network.c where we try to decrypt the packet and forward it to transport layer.