1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-01-18 12:52:44 +01:00
RIOT/sixlowapp
2014-11-06 22:30:36 +01:00
..
helper.c sixlowapp: initial import of a 6LoWPAN example app 2014-11-06 22:30:36 +01:00
main.c sixlowapp: initial import of a 6LoWPAN example app 2014-11-06 22:30:36 +01:00
Makefile sixlowapp: initial import of a 6LoWPAN example app 2014-11-06 22:30:36 +01:00
monitor.c sixlowapp: initial import of a 6LoWPAN example app 2014-11-06 22:30:36 +01:00
README.md sixlowapp: initial import of a 6LoWPAN example app 2014-11-06 22:30:36 +01:00
sixlowapp.h sixlowapp: initial import of a 6LoWPAN example app 2014-11-06 22:30:36 +01:00
sixlowshell.c sixlowapp: initial import of a 6LoWPAN example app 2014-11-06 22:30:36 +01:00
udp.c sixlowapp: initial import of a 6LoWPAN example app 2014-11-06 22:30:36 +01:00

Usage of sixlowapp - 6LoWPAN example

  • set up two nodes
    • for nativenet:
      • run ${RIOTBASE}/cpu/native/tapsetup.sh create
      • run PORT=tap0 make term
      • run PORT=tap1 make term (from another terminal)
  • type ifconfig on both nodes
  • type ping <IPv6 address> on node 1, using the link local unicast address of node 2 as <IPv6 address` on both nodes
  • type ping <IPv6 address> on node 1, using the link local unicast address of node 2 as