You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When 2 separate hardware nodes for the tutorial, you can try to txtsnd from one node to the other, but packetdump will not show the packet.
Thus you cannot see if a packet was received correctly.
Steps to reproduce
Compile and flash task-05 on 2 nodes with the same radio (for example esp8266).
Send from node 1 using txtsnd.
Look in the terminal for node 2.
Expected results
A packet is received and dumped to the shell in node 2.
Actual results
Nothing happens in node 2.
The text was updated successfully, but these errors were encountered:
Description
When 2 separate hardware nodes for the tutorial, you can try to txtsnd from one node to the other, but packetdump will not show the packet.
Thus you cannot see if a packet was received correctly.
Steps to reproduce
Expected results
A packet is received and dumped to the shell in node 2.
Actual results
Nothing happens in node 2.
The text was updated successfully, but these errors were encountered: