ページへ戻る
印刷
Gentoo Linuxな生活/Flightrador24のFeedで悩む
をテンプレートにして作成 ::
Nest Of Hawk
xpwiki
:Gentoo Linuxな生活/Flightrador24のFeedで悩む をテンプレートにして作成
開始行:
*Flightrador24とは
[[Flightrador24:https://www.flightradar24.com]]は、ADS-B...
*Feedってなんじゃ?
そもそもどうやってその飛行機が発信するトランスポンダーの...
そこで、有志で受信可能な環境を持っているユーザーから、受...
*そもそもどうやって受信するの?
今飛行機が情報をやり取りしているADS-Bは、1090MHzの周波数...
usb 1-4.3: new high-speed USB device number 9 using xhci...
usb 1-4.3: New USB device found, idVendor=0bda, idProduc...
usb 1-4.3: New USB device strings: Mfr=1, Product=2, Ser...
usb 1-4.3: Product: RTL2838UHIDIR
usb 1-4.3: Manufacturer: Realtek
usb 1-4.3: SerialNumber: 00000001
こんなのでたら、認識している証拠です。
*ソフトのインストール
**ツール類をインストールする
まず、/etc/portage/package.licenseに、以下の記述を追加し...
>=app-misc/fr24feed-1.0.25_p3 Flightradar24
続いて、以下のコマンドを叩く。
# emerge fr24feed
rtl-sdr,dump1090,fr24feedの各パッケージがインストールされ...
**dump1090の設定
dump1090は、先程のUSBドングルから1090MHz帯の受信情報を落...
/etc/conf.d/dump1090
# /etc/conf.d/dump1090 - configuration file for /etc/ini...
RECEIVER_OPTIONS="--device-index 0 --gain -10 --ppm 0 --...
DECODER_OPTIONS="-max-range 360 --fix"
NET_OPTIONS="--net --net-heartbeat 60 --net-ro-size 1300...
JSON_OPTIONS="--json-location-accuracy 1"
/etc/init.d/dump1090
#!/sbin/openrc-run
# Copyright 1999-2019 Gentoo Authors
# Distributed under the terms of the GNU General Public ...
depend() {
use net
}
start() {
ebegin "Starting dump1090"
start-stop-daemon --start --quiet --pidfile /run/...
--background --make-pidfile --exec /usr/b...
-1 /var/log/dump1090.log -2 /var/log/dump1090.log \
-- ${RECEIVER_OPTIONS} ${DECODER_OPTIONS}...
eend ${?}
}
stop() {
ebegin "Stopping dump1090"
start-stop-daemon --stop --quiet --pidfile /run/d...
eend ${?}
}
さて、これで起動するシェルができました。で、dump1090を起...
# /etc/init.d/dump1090 start
**fr24feedの設定
まずは[[Flightrador24のページ:https://www.flightradar24.c...
さて、コマンド入力しましょう
# fr24feed --signup
main][i]FR24 Feeder/Decoder
[main][i]Version: 1.0.18-9/generic
[main][i]Built on Apr 20 2017 09:25:30 (T201704200925/Li...
[main][i]Copyright 2012-2017 Flightradar24 AB
[main][i]http://flightradar24.com
[main][i]DNS mode: PING
Welcome to the FR24 Decoder/Feeder sign up wizard!
Before you continue please make sure that:
1 - Your ADS-B receiver is connected to this computer or...
2 - You know your antenna's latitude/longitude up to 4 d...
3 - You have a working email address that will be used t...
4 - fr24feed service is stopped. If not, please run: sud...
To terminate - press Ctrl+C at any point
Step 1.1 - Enter your email address (username@domain.tld)
$:<FR24に登録したメールアドレス>
Step 1.2 - If you used to feed FR24 with ADS-B data befo...
If you don't remember your sharing key, pelase use the r...
http://feed.flightradar24.com/forgotten_key.php
Otherwise leave this field empty and continue.
$:<リターンで勝手に設定される>
Step 1.3 - Would you like to participate in MLAT calcula...
IMPORTANT: For MLAT calculations the antenna's location ...
前提ですが、アンテナを設置する場所の緯度、軽度、高度は、...
Step 3.A - Enter antenna's latitude (DD.DDDD)
$:<アンテナ設置位置の緯度を入力>
Step 3.B - Enter antenna's longitude (DDD.DDDD)
$:<アンテナ設置位置の経度を入力>
Step 3.C - Enter antenna's altitude above the sea level ...
$:アンテナ設置位置高さ
Using latitude: DD.DDDD, longitude: DDD.DDDD, altitude: ...
Validating email/location information...OK
The closest airport found is ICAO:RJTT IATA:HND near Tok...
Latitude: DD.DDDD
Longitude: DDD.DDDD
Country: Japan
Flightradar24 may, if needed, use your email address to ...
Would you like to continue using these settings?
Enter your choice (yes/no)$:yes
We have detected that you already have a dump1090 instan...
Would you like to use autoconfig (*yes*/no)$:yes
Step 6A - Please select desired logfile mode:
0 - Disabled
1 - 48 hour, 24h rotation
2 - 72 hour, 24h rotation
Select logfile mode (0-2)$:0
Step 6B - Please enter desired logfile path (/var/log):
$:/var/log
Submitting form data...OK
Congratulations! You are now registered and ready to sha...
+ Your sharing key (xxxxxxxxxxxxxxx) has been configured...
+ Your radar id is T-RJTTXXX, please include it in all e...
+ Please make sure to start sharing data within the next...
Thank you for supporting Flightradar24! We hope that you...
To start sending data now please execute:
sudo service fr24feed start
Saving settings to /etc/fr24feed.ini...OK
Installation and configuration completed!
これで以下を実行すると動き出します。
# /etc/init.d/fr24feed start
fr24feedが起動している状態で、http://<fr24feedが起動して...
とりあえずうまくADS-Bが捕捉できれば、feedがされてBusiness...
**最後に再起動時の自動起動設定
# rc-update add dump1090 default
# rc-update add fr24feed default
完了でっす。
終了行:
*Flightrador24とは
[[Flightrador24:https://www.flightradar24.com]]は、ADS-B...
*Feedってなんじゃ?
そもそもどうやってその飛行機が発信するトランスポンダーの...
そこで、有志で受信可能な環境を持っているユーザーから、受...
*そもそもどうやって受信するの?
今飛行機が情報をやり取りしているADS-Bは、1090MHzの周波数...
usb 1-4.3: new high-speed USB device number 9 using xhci...
usb 1-4.3: New USB device found, idVendor=0bda, idProduc...
usb 1-4.3: New USB device strings: Mfr=1, Product=2, Ser...
usb 1-4.3: Product: RTL2838UHIDIR
usb 1-4.3: Manufacturer: Realtek
usb 1-4.3: SerialNumber: 00000001
こんなのでたら、認識している証拠です。
*ソフトのインストール
**ツール類をインストールする
まず、/etc/portage/package.licenseに、以下の記述を追加し...
>=app-misc/fr24feed-1.0.25_p3 Flightradar24
続いて、以下のコマンドを叩く。
# emerge fr24feed
rtl-sdr,dump1090,fr24feedの各パッケージがインストールされ...
**dump1090の設定
dump1090は、先程のUSBドングルから1090MHz帯の受信情報を落...
/etc/conf.d/dump1090
# /etc/conf.d/dump1090 - configuration file for /etc/ini...
RECEIVER_OPTIONS="--device-index 0 --gain -10 --ppm 0 --...
DECODER_OPTIONS="-max-range 360 --fix"
NET_OPTIONS="--net --net-heartbeat 60 --net-ro-size 1300...
JSON_OPTIONS="--json-location-accuracy 1"
/etc/init.d/dump1090
#!/sbin/openrc-run
# Copyright 1999-2019 Gentoo Authors
# Distributed under the terms of the GNU General Public ...
depend() {
use net
}
start() {
ebegin "Starting dump1090"
start-stop-daemon --start --quiet --pidfile /run/...
--background --make-pidfile --exec /usr/b...
-1 /var/log/dump1090.log -2 /var/log/dump1090.log \
-- ${RECEIVER_OPTIONS} ${DECODER_OPTIONS}...
eend ${?}
}
stop() {
ebegin "Stopping dump1090"
start-stop-daemon --stop --quiet --pidfile /run/d...
eend ${?}
}
さて、これで起動するシェルができました。で、dump1090を起...
# /etc/init.d/dump1090 start
**fr24feedの設定
まずは[[Flightrador24のページ:https://www.flightradar24.c...
さて、コマンド入力しましょう
# fr24feed --signup
main][i]FR24 Feeder/Decoder
[main][i]Version: 1.0.18-9/generic
[main][i]Built on Apr 20 2017 09:25:30 (T201704200925/Li...
[main][i]Copyright 2012-2017 Flightradar24 AB
[main][i]http://flightradar24.com
[main][i]DNS mode: PING
Welcome to the FR24 Decoder/Feeder sign up wizard!
Before you continue please make sure that:
1 - Your ADS-B receiver is connected to this computer or...
2 - You know your antenna's latitude/longitude up to 4 d...
3 - You have a working email address that will be used t...
4 - fr24feed service is stopped. If not, please run: sud...
To terminate - press Ctrl+C at any point
Step 1.1 - Enter your email address (username@domain.tld)
$:<FR24に登録したメールアドレス>
Step 1.2 - If you used to feed FR24 with ADS-B data befo...
If you don't remember your sharing key, pelase use the r...
http://feed.flightradar24.com/forgotten_key.php
Otherwise leave this field empty and continue.
$:<リターンで勝手に設定される>
Step 1.3 - Would you like to participate in MLAT calcula...
IMPORTANT: For MLAT calculations the antenna's location ...
前提ですが、アンテナを設置する場所の緯度、軽度、高度は、...
Step 3.A - Enter antenna's latitude (DD.DDDD)
$:<アンテナ設置位置の緯度を入力>
Step 3.B - Enter antenna's longitude (DDD.DDDD)
$:<アンテナ設置位置の経度を入力>
Step 3.C - Enter antenna's altitude above the sea level ...
$:アンテナ設置位置高さ
Using latitude: DD.DDDD, longitude: DDD.DDDD, altitude: ...
Validating email/location information...OK
The closest airport found is ICAO:RJTT IATA:HND near Tok...
Latitude: DD.DDDD
Longitude: DDD.DDDD
Country: Japan
Flightradar24 may, if needed, use your email address to ...
Would you like to continue using these settings?
Enter your choice (yes/no)$:yes
We have detected that you already have a dump1090 instan...
Would you like to use autoconfig (*yes*/no)$:yes
Step 6A - Please select desired logfile mode:
0 - Disabled
1 - 48 hour, 24h rotation
2 - 72 hour, 24h rotation
Select logfile mode (0-2)$:0
Step 6B - Please enter desired logfile path (/var/log):
$:/var/log
Submitting form data...OK
Congratulations! You are now registered and ready to sha...
+ Your sharing key (xxxxxxxxxxxxxxx) has been configured...
+ Your radar id is T-RJTTXXX, please include it in all e...
+ Please make sure to start sharing data within the next...
Thank you for supporting Flightradar24! We hope that you...
To start sending data now please execute:
sudo service fr24feed start
Saving settings to /etc/fr24feed.ini...OK
Installation and configuration completed!
これで以下を実行すると動き出します。
# /etc/init.d/fr24feed start
fr24feedが起動している状態で、http://<fr24feedが起動して...
とりあえずうまくADS-Bが捕捉できれば、feedがされてBusiness...
**最後に再起動時の自動起動設定
# rc-update add dump1090 default
# rc-update add fr24feed default
完了でっす。
ページ名: