mirror of
git://projects.qi-hardware.com/ben-wpan.git
synced 2024-11-05 06:28:26 +02:00
24 lines
470 B
Plaintext
24 lines
470 B
Plaintext
Setup between two Bens:
|
|
|
|
(for reference - doesn't work yet)
|
|
|
|
Ben1:
|
|
iz add wpan-phy0
|
|
ip link set wpan0 address de:ad:be:af:ca:fe:ba:be
|
|
ifconfig wpan0 up
|
|
izcoordinator -d 1 -l lease -i wpan0 -p 0x777 -s 1 -c 11
|
|
|
|
Ben2:
|
|
iz add wpan-phy0
|
|
ip link set wpan0 address ca:fe:ca:fe:ca:fe:ca:fe
|
|
ifconfig wpan0 up
|
|
iz assoc wpan0 777 1 11 short
|
|
|
|
Ben1:
|
|
izchat 777 1 8001
|
|
Ben2:
|
|
izchat 777 8001 1
|
|
|
|
Based on
|
|
http://sourceforge.net/apps/trac/linux-zigbee/wiki/GettingStarted-0.2
|