GNURadio: gr-adsb
Revision as of 05:04, 7 January 2020 by Onnowpurbo (talk | contribs) (→Jalankan Web Server + Google Maps)
Sumber: https://github.com/mhostetter/gr-adsb#webserver-dependencies
Instalasi Pendukung
Install gr-sqlite seperti di terangkan di GNURadio: gr-sqlite
Jika menggunakan built-in Google Maps webserver, kita perlu menginstalasi package Python berikut,
sudo su apt update apt -y install python-pip pip install flask pip install flask-socketio pip install gevent pip install gevent-websocket
Download, Compile & Install
cd /usr/local/src git clone https://github.com/mhostetter/gr-adsb.git cd /usr/local/src/gr-adsb/ mkdir build cd build/ cmake ../ # or cmake -DCMAKE_INSTALL_PREFIX=<path_to_install> ../ make sudo make install sudo ldconfig
Jalankan Web Server + Google Maps
cd /usr/local/src/gr-adsb/ cd web/ python2 webserver.py &
Client
- Open a web browser
- Browse to localhost:5000