Application to send IP packets with a TUN/TAP interface in a RF24Network infrastructure.
The rf24totun_configAndPing.sh script shows hot to configure and set up the TUN/TAP interface to be able to send and receive IP traffic.
***Boost Libs:***
sudo apt-get install libboost1.50-all
***RF24toTUN***
make
sudo make install
sudo rf24totun
OR
sudo ./rf24totun_configAndPing.sh 1 2 #On node1
sudo ./rf24totun_configAndPing.sh 2 1 #On node2
The MIT License (MIT)
Copyright (c) 2014 Rei devel@reixd.net
See the appended file for more information.