add linux documentaion
This commit is contained in:
parent
2df628aa4b
commit
c7daa7c45d
|
@ -1,4 +1,4 @@
|
|||
This code connects a 802.15.4 radio over TTY with the full uIPv6 stack of
|
||||
This code connects a 802.15.4 radio over TTY with the full uIPv6 stack of
|
||||
Contiki including 6LoWPAN and 802.15.4 framing / parsing. The native border
|
||||
router also acts as a RPL Root and handles the routing and maintains the RPL
|
||||
network. Finally the native border router connects the full 6LoWPAN/RPL
|
||||
|
@ -30,3 +30,5 @@ Linux:
|
|||
apt-get install ncurses-dev
|
||||
make
|
||||
|
||||
sudo ./border-router.native -B 38400 -s /dev/ttyUSB0 aaaa::/64
|
||||
|
||||
|
|
Loading…
Reference in a new issue