For Aruba sniffer code development
Compilation instructions
* Check out module from SVN (module name is sniffer) using
svn co http://svn.orbit-lab.org/svn/orbit/sniffer .
* There will be two directories: AP and powerpc-uclibc-linux
* Set the following environment variables
export ARUBA_SRC=<directory where you checked out>/AP export PATH=$PATH:/<directory where you checked out>/powerpc-uclibc-linux/bin
* Run the following
cd AP/linux-2.4.17_ppc
make clean; make dep
cd ../
make
* This will create a cross-compiled image called "sap.bin" in the directory
* Copy this image to the /tftpboot directory of your tftp server and also make the TFTP server resolvable as "aruba-master"
This is because by default the ARUBA boxes search for this name when they are powered up
* Reboot Aruba boxes. They should grab the new image from the tftp server and boot up
