reixd / RF24toTUN

Application to send IP packets with a TUN/TAP interface in a RF24Network infrastructure
MIT License
8 stars 9 forks source link

RF24toTUN

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.

Main features

Dependencies

Install

***Boost Libs:***      
sudo apt-get install libboost1.50-all  

***RF24toTUN***
make
sudo make install

Running

sudo rf24totun

OR

sudo ./rf24totun_configAndPing.sh 1 2   #On node1
sudo ./rf24totun_configAndPing.sh 2 1   #On node2

Licence

The MIT License (MIT)

Copyright (c) 2014 Rei devel@reixd.net

See the appended file for more information.