Skip to content

Application to send IP packets with a TUN/TAP interface in a RF24Network infrastructure

License

Notifications You must be signed in to change notification settings

reixd/RF24toTUN

Repository files navigation

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 devel@reixd.net

See the appended file for more information.

About

Application to send IP packets with a TUN/TAP interface in a RF24Network infrastructure

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published