Difference between revisions of "Explorer/RaspberryPi/Wifibroadcast"

From PaparazziUAV
Jump to navigation Jump to search
Line 1: Line 1:
 
The software installation should be done on board and ground RaspberryPi


  sudo apt-get install libpcap-dev libsodium-dev -y
  sudo apt-get install libpcap-dev libsodium-dev -y

Revision as of 03:55, 23 June 2020

The software installation should be done on board and ground RaspberryPi

sudo apt-get install libpcap-dev libsodium-dev -y
git clone https://github.com/svpcom/wifibroadcast
mv wifibroadcast wifibroadcast-svpcom 
cd wifibroadcast-svpcom
make

Don't worry with error (/bin/sh: 1: trial: not found make: *** [Makefile:43: test] Error 127)