GNURadio: gr-adsb: Difference between revisions
From OnnoCenterWiki
Jump to navigationJump to search
Onnowpurbo (talk | contribs) No edit summary |
Onnowpurbo (talk | contribs) |
||
| (3 intermediate revisions by the same user not shown) | |||
| Line 32: | Line 32: | ||
cd /usr/local/src/gr-adsb/ | cd /usr/local/src/gr-adsb/ | ||
cd web/ | cd web/ | ||
python2 webserver.py & | |||
===Client=== | ===Client=== | ||
* Open a web browser | * Open a web browser | ||
* Browse to localhost:5000 | * Browse to | ||
http://localhost:5000 | |||
==Referensi== | ==Referensi== | ||
Latest revision as of 22:04, 6 January 2020
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
http://localhost:5000