From 0cfd2777de1f5054a8d1f3f25f5f889abaef613c Mon Sep 17 00:00:00 2001 From: Werner Almesberger Date: Wed, 30 Mar 2011 04:29:52 -0300 Subject: [PATCH] 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) --- install/{README-Ben => INSTALL-Ben} | 0 install/{README-PC => INSTALL-PC} | 0 install/USAGE | 17 +++++++++++++++++ 3 files changed, 17 insertions(+) rename install/{README-Ben => INSTALL-Ben} (100%) rename install/{README-PC => INSTALL-PC} (100%) create mode 100644 install/USAGE diff --git a/install/README-Ben b/install/INSTALL-Ben similarity index 100% rename from install/README-Ben rename to install/INSTALL-Ben diff --git a/install/README-PC b/install/INSTALL-PC similarity index 100% rename from install/README-PC rename to install/INSTALL-PC diff --git a/install/USAGE b/install/USAGE new file mode 100644 index 0000000..3f4fdc5 --- /dev/null +++ b/install/USAGE @@ -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