Skip to content

Commit 9c22f95

Browse files
committed
w
1 parent d73cebe commit 9c22f95

File tree

6 files changed

+27
-2
lines changed

6 files changed

+27
-2
lines changed

_ADS-B/adsbexchange/info.txt

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,7 @@
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+

_ADS-B/dump1090-fa/dump1090-fa

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ ENABLED=yes
88
# SDR device type. Use "none" for a net-only configuration
99
RECEIVER=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
1414
RECEIVER_GAIN=60

_ADS-B/piaware/info.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff 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+

_ADS-B/piaware/location

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
25.31618
2+
55.37516

_ADS-B/piaware/location.env

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
PIAWARE_LAT="25.31618"
2+
PIAWARE_LON="55.37516"
3+
PIAWARE_DUMP1090_LOCATION_OPTIONS="--lat 25.31618 --lon 55.37516"

_ADS-B/restart.sh

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
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

0 commit comments

Comments
 (0)