Difference between revisions of "ADS-B: Feeding ke FlightRadar"

From OnnoWiki
Jump to navigation Jump to search
Line 6: Line 6:
 
==Request Sharing Key==
 
==Request Sharing Key==
  
 +
Siapkan informasi
 +
* Kode ICAO Airport Terdekat. Bisa dilihat di http://en.wikipedia.org/wiki/List_of_airports_by_ICAO_code:_W#WA_-_Indonesia
 +
* Negara. Indonesia.
 +
* email anda
 +
* Latitude. Bisa di cek menggunakan http://maps.google.com, klik kanan pada lokasi anda.
 +
* Longitude. Bisa di cek menggunakan http://maps.google.com, klik kanan pada lokasi anda.
  
  
 +
Request Sharing key, langkah yang harus dilakukan
 +
* Masuk ke web http://www.flightradar24.com
  
 +
 +
 +
==Install gr-air-modes==
 +
 +
 +
==Feed ke FlightRadar24==
  
 
Download
 
Download
Line 23: Line 37:
  
  
==Menjalankan fr24feed==
+
==Lakukan Feeding==
 +
 
 +
 
 +
Jalankan
  
 
  ./fr24feed_x86_225 --fr24key=YOUR_SHARING_KEY
 
  ./fr24feed_x86_225 --fr24key=YOUR_SHARING_KEY
  ./fr24feed_x86_225 --fr24key=YOUR_SHARING_KEY --bs-ip=xxx.xxx.xxx.xxx --bs-port=NNNNN
+
 
 +
Akan keluar kira-kira seperti di bawah ini
 +
 
 +
[i]FR24Feed v225 - built on Oct 8 2012/09:28:20
 +
[i]Downloading configuration...OK
 +
[i]Parsing configuration...OK
 +
[c]Interval: 5s
 +
[c]Latitude: xx.xxxx
 +
[c]Longitude: xxx.xxxx
 +
[c]GND: YES
 +
[c]NonADSB: YES
 +
[i]Source defined as Basestation
 +
[n]WXXX@XXX.XXX.XXX.XXX:8099/UDP
 +
[n]connecting
 +
[b]connecting to localhost:30003
 +
[b]connected
 +
[b]working
 +
[n]connected
 +
[n]switching to UDP
 +
[n]working
 +
[n]ping
 +
[n]ping
 +
[n]ping
 +
[n]ping
 +
[n]ping
 +
 
 +
Pada saat feeding ke FlightRadar24
 +
 
 +
[i]sent 0 planes in 0 packets
 +
[i]sent 1 planes in 1 packets
 +
[i]sent 1 planes in 1 packets
 +
[i]sent 1 planes in 1 packets
 +
 
 +
 
  
 
==Referensi==
 
==Referensi==
  
 
* http://forum.flightradar24.com/threads/4270-Linux-feeder-software-for-Flightradar24
 
* http://forum.flightradar24.com/threads/4270-Linux-feeder-software-for-Flightradar24

Revision as of 05:57, 17 October 2012

Secara umum anda perlu melakukan 3 langkah

  1. Request SHARING_KEY ke FlightRadar
  2. Jalankan modes_rx untuk standby di port 30003
  3. jalankan fr24feed

Request Sharing Key

Siapkan informasi


Request Sharing key, langkah yang harus dilakukan


Install gr-air-modes

Feed ke FlightRadar24

Download

fr24feed_x86_225.tgz

Lakukan

sudo su
mkdir /usr/local/src/SDR
cp fr24feed_x86_225.tgz /usr/local/src/SDR
cd /usr/local/src/SDR
tar zxvf fr24feed_x86_225.tgz


Lakukan Feeding

Jalankan

./fr24feed_x86_225 --fr24key=YOUR_SHARING_KEY

Akan keluar kira-kira seperti di bawah ini

[i]FR24Feed v225 - built on Oct  8 2012/09:28:20
[i]Downloading configuration...OK
[i]Parsing configuration...OK
[c]Interval: 5s
[c]Latitude: xx.xxxx
[c]Longitude: xxx.xxxx
[c]GND: YES
[c]NonADSB: YES
[i]Source defined as Basestation
[n]WXXX@XXX.XXX.XXX.XXX:8099/UDP
[n]connecting
[b]connecting to localhost:30003
[b]connected
[b]working
[n]connected
[n]switching to UDP
[n]working
[n]ping
[n]ping
[n]ping
[n]ping
[n]ping

Pada saat feeding ke FlightRadar24

[i]sent 0 planes in 0 packets
[i]sent 1 planes in 1 packets
[i]sent 1 planes in 1 packets
[i]sent 1 planes in 1 packets


Referensi