This is an IEEE 802.15.4m O-QPSK transceiver for GNU Radio v3.7. It is based on the UCLA implementation (https://cgran.org/wiki/UCLAZigBee) of Thomas Schmid.
Currently, it features the following:
Please note that apt-get
is the package manager of Debian/Ubuntu based systems, while port
is one package manager for OSX. So use either (not both) according to your needs.
https://github.com/bastibl/gr-ieee802-15-4.git (depends on: gr-foo, log4cpp, itpp)
https://code.google.com/p/dpkt/downloads/list
https://pypi.python.org/pypi/psutil#downloads
https://code.google.com/p/xjperf/
http://flask.pocoo.org/
ncat command
- Build and install gr-ieee-802-11af in your GNU Radio installation. $ cd gr-ieee_802_11af $ mkdir build $ cd build $ cmake [optional switches] ../ $ make && make test $ sudo make install $ sudo ldconfig
If using ssh and a normal user user want to run the GUI "main_GUI.py" using sudo, first make sure to allow X11 authentication:
sudo xauth add
- Tested with GNU Radio 3.7.6 and Python 2.6 and 2.7.
Virtual ethernet interfaces (tap0 for slave, tap1 for master), relays packets between the interfaces and the GNU Radio PHY+MAC. Use the Universal TUN/TAP device driver to move packets to/from kernel See /usr/src/linux/Documentation/networking/tuntap.txt
Measuring the Master/Slave throughput in the context of secondaries vacating the chanel for the Primary,
Run the master.py and slave.py, one on each machine. sudo rights are needed, to create the virtual interface, configure, turn it up and create raw socket to test the flow of data over the link.