« ADSBAvecRPI » : différence entre les versions

De Wiki LOGre
Aller à la navigation Aller à la recherche
(Page créée avec « === Résumé === === hard === * Raspberry Pi model B * Terratec E4000+2832U USB DVB-T TV Receiver Stick (http://dx.com/p/e4000-2832u-usb-dvb-t-tv-receiver-stick-white-b... »)
 
mAucun résumé des modifications
Ligne 15 : Ligne 15 :


=== compilation ===  
=== compilation ===  
  apt-get install libusb-1.0-0-dev
  apt-get install libusb-1.0-0-dev dh-autoreconf
   
   
  git clone git://git.osmocom.org/rtl-sdr.git
  git clone git://git.osmocom.org/rtl-sdr.git
Ligne 34 : Ligne 34 :
=== configuration ===  
=== configuration ===  


* Lancer dump1900 :  
* Lancer dump1090 :  


  ./dump1900 --net --interactive
  ./dump1090 --net --interactive
  ou
  ou
  nohup ./dump1090 --debug j --net >/dev/null 2>&1 &
  nohup ./dump1090 --debug j --net >/dev/null 2>&1 &

Version du 8 mars 2013 à 16:16

Résumé

hard

  • Raspberry Pi model B
  • Terratec E4000+2832U USB DVB-T TV Receiver Stick

(http://dx.com/p/e4000-2832u-usb-dvb-t-tv-receiver-stick-white-black-172105)

softs

  • librtlsdr, libusb

(http://sdr.osmocom.org/trac/wiki/rtl-sdr#rtlsdrlibrarycapturetool)

(http://forum.flightradar24.com/threads/4270-Linux-feeder-software-for-Flightradar24)

compilation

apt-get install libusb-1.0-0-dev dh-autoreconf

git clone git://git.osmocom.org/rtl-sdr.git
cd rtl-sdr
autoreconf -i
./configure
make
sudo make install
sudo ldconfig
#The built executables (rtl_sdr, rtl_tcp and rtl_test) can be found in rtl-sdr/src/.
#In order to be able to use the dongle as a non-root user, you may install the appropriate udev rules file by calling
sudo make install-udev-rules

git clone git://github.com/antirez/dump1090.git
cd dump1090
make

configuration

  • Lancer dump1090 :
./dump1090 --net --interactive
ou
nohup ./dump1090 --debug j --net >/dev/null 2>&1 &
  • Lancer flightradar24 feeder
./fr24feed_arm-le_225s --fr24key=xxxxxxxxxxx --bs-port=30003
ou 
nohup ./fr24feed_arm-le_225s --fr24key=xxxxxxxxxxx --bs-port=30003 >/dev/null 2>&1 &
# add params --bs-ip=xxx.xxx.xxx.xxx --bs-port=NNNNN