mirror of
git://projects.qi-hardware.com/ben-wpan.git
synced 2024-11-04 23:59:23 +02:00
install/: renamed READMEs and added (non-working) setup instructions
- README-Ben: renamed to INSTALL-Ben - README-PC: renamed to INSTALL-PC - USAGE: setup instructions (don't work yet)
This commit is contained in:
parent
16dcc30f87
commit
0cfd2777de
17
install/USAGE
Normal file
17
install/USAGE
Normal file
@ -0,0 +1,17 @@
|
||||
Setup between two Bens:
|
||||
|
||||
(for reference - doesn't work yet)
|
||||
|
||||
Ben1 iz add wpan-phy0
|
||||
Ben1 ip link set wpan0 address de:ad:be:af:ca:fe:ba:be
|
||||
Ben1 ifconfig wpan0 up
|
||||
|
||||
Ben2 iz add wpan-phy0
|
||||
Ben2 ip link set wpan0 address ca:fe:ca:fe:ca:fe:ca:fe
|
||||
Ben2 ifconfig wpan0 up
|
||||
|
||||
Ben1 izcoordinator -d 1 -l lease -i wpan0 -p 0x777 -s 1 -c 11
|
||||
Ben2 iz assoc wpan0 777 1 11 short
|
||||
|
||||
Based on
|
||||
http://sourceforge.net/apps/trac/linux-zigbee/wiki/GettingStarted-0.2
|
Loading…
Reference in New Issue
Block a user