Skip to content

Latest commit

 

History

History
49 lines (31 loc) · 1.15 KB

README.md

File metadata and controls

49 lines (31 loc) · 1.15 KB

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

  • Create a persistent TUN/TAP device
  • Send and receive IP packets accross a RF24Network infrastructure
  • Node address configuration at startup

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 [email protected]

See the appended file for more information.