TI IOT: Difference between revisions

From UNamur InfoSec
Jump to navigation Jump to search
(Created page with "The idea is to build a network of sensortags communicating over IPv6 (6LoWPAN). TI Sensortags (CC2650SDK) will be used a nodes TI CC2538 will be configured as a 802.15.4 snif...")
 
No edit summary
Line 4: Line 4:
TI CC2538 will be configured as a 802.15.4 sniffer
TI CC2538 will be configured as a 802.15.4 sniffer


1. you need firmware that could act as a sniffer run on that mote (cc2538):  the firmware, you could find on example on contiki folder ($CONTIKI_HOME/examples/cc2538dk/sniffer)
* you need firmware that could act as a sniffer run on that mote (cc2538):  the firmware, you could find on example on contiki folder ($CONTIKI_HOME/examples/cc2538dk/sniffer)
2. need software what forward the packet from sniffer to wireshark (available [https://github.com/g-oikonomou/sensniff here])
* need software what forward the packet from sniffer to wireshark (available [https://github.com/g-oikonomou/sensniff here])
3. setup wireshark to read those packet
* setup wireshark to read those packet

Revision as of 15:10, 16 February 2016

The idea is to build a network of sensortags communicating over IPv6 (6LoWPAN).

TI Sensortags (CC2650SDK) will be used a nodes TI CC2538 will be configured as a 802.15.4 sniffer

  • you need firmware that could act as a sniffer run on that mote (cc2538): the firmware, you could find on example on contiki folder ($CONTIKI_HOME/examples/cc2538dk/sniffer)
  • need software what forward the packet from sniffer to wireshark (available here)
  • setup wireshark to read those packet