Difference between revisions of "GNURadio: gr-adsb"

From OnnoWiki
Jump to navigation Jump to search
Line 12: Line 12:
 
  pip install gevent
 
  pip install gevent
 
  pip install gevent-websocket
 
  pip install gevent-websocket
 
  
 
Download, Compile & Install
 
Download, Compile & Install
Line 25: Line 24:
 
  sudo make install
 
  sudo make install
 
  sudo ldconfig
 
  sudo ldconfig
 
Webserver Dependencies
 
 
If using the built-in Google Maps webserver, you'll need to install the following Python packages.
 
 
sudo pip install flask
 
sudo pip install flask-socketio
 
sudo pip install gevent
 
sudo pip install gevent-websocket
 
 
  
 
==Referensi==
 
==Referensi==

Revision as of 10:15, 6 January 2020

Sumber: https://github.com/mhostetter/gr-adsb#webserver-dependencies

Instalasi Pendukung

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

Referensi

Pranala Menarik