##RF24toTUN installer
###Installs the following libraries:
- RF24
- RF24Network
- RF24Mesh
- RF24toTUN
Installer Instructions
- Download the install.sh file from http://tmrh20.github.io/RF24Installer/RPi/install.sh
wget http://tmrh20.github.io/RF24Installer/RPi/install.sh
- Make it executable:
chmod +x install.sh
- Run it:
./install.sh
Done!
Updater Instructions
- Download the update.sh file from http://tmrh20.github.io/RF24Installer/RPi/update.sh
wget http://tmrh20.github.io/RF24Installer/RPi/update.sh
- Make it executable:
chmod +x update.sh
- Run it:
./update.sh
Done!