Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Using the OpenWSN  oos_sniffer project

  1. Compile the oos_sniffer proiject and flash your mote: (for example using OpenMote-CC2538)
    Code Block
    scons board=OpenMote-CC2538 toolchain=armgcc bootload=/dev/ttyUSB0 oos_sniffer
  2. Then connect the mote through USB and open openVisualizer run:  scons runweb 

    Code Block
    scons runweb
    
  3. Open browser with address: localhost:8080 and check the box wireshark debugging on eventBus panel. 
  4. Open Wireshark and listen to the OpenWSN interface
  5. Type in ``zep'' to filter the IEEE802.15.4e packet
  6. If everything works, you will see the packet sniffered by the mote.

Note that a wireshark dissector for IETF 6TiSCH and IEEE802.15.4e is available here

Wireshark integrated sniffer

...