File tree Expand file tree Collapse file tree 6 files changed +27
-2
lines changed Expand file tree Collapse file tree 6 files changed +27
-2
lines changed Original file line number Diff line number Diff line change 1- /etc/default/adsbexchange
1+ /etc/default/adsbexchange
2+ /usr/local/share/adsbexchange/adsbx-uuid
3+
4+ a6f8eda5-6ef0-48e6-80ff-3a3ab9d1bea8
5+
6+ https://www.adsbexchange.com/api/feeders/?feed=a6f8eda5-6ef0-48e6-80ff-3a3ab9d1bea8
7+
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ ENABLED=yes
88# SDR device type. Use "none" for a net-only configuration
99RECEIVER=rtlsdr
1010# serial number or device index of device to use (only needed if there is more than one SDR connected)
11- RECEIVER_SERIAL=00000001
11+ RECEIVER_SERIAL=00001090
1212# Initial receiver gain, in dB. If adaptive gain is enabled (see below) the actual gain
1313# may change over time
1414RECEIVER_GAIN=60
Original file line number Diff line number Diff line change @@ -8,3 +8,5 @@ https://github.com/abcd567a/ubuntu24/blob/master/README.md
88#folders
99/etc/default/dump1090-fa
1010/etc/piaware.conf
11+ /var/cache/piaware/location.env
12+
Original file line number Diff line number Diff line change 1+ 25.31618
2+ 55.37516
Original file line number Diff line number Diff line change 1+ PIAWARE_LAT = " 25.31618"
2+ PIAWARE_LON = " 55.37516"
3+ PIAWARE_DUMP1090_LOCATION_OPTIONS = " --lat 25.31618 --lon 55.37516"
Original file line number Diff line number Diff line change 1+ #! /bin/sh
2+
3+ sudo service dump1090-fa stop
4+ rtl_biast -b 1
5+ sudo service dump1090-fa start
6+
7+ sudo service piaware restart
8+ sudo service rbfeeder restart
9+ sudo service adsbexchange-feed restart
10+ sudo service adsbexchange-mlat restart
11+ sudo service adsbexchange-stats restart
12+ sudo service pfclient restart
You can’t perform that action at this time.
0 commit comments