Go to file
2023-03-03 17:53:59 +08:00
ADSB_Encoder.py new 2022-12-13 22:55:35 +08:00
Encoder.py Adding an options parser and some copyright notes 2017-09-09 00:09:27 +12:00
ModeS.py Callsign from command line 2019-09-15 15:07:25 +12:00
ModeSLocation.py WOrk on >50175 feet altitudes and generating all altitudes 2018-05-06 21:21:19 +12:00
PPM.py Adding a pause between message pairs. Currently set to make one pair a second 2018-05-23 22:53:38 +12:00
README.md 更新 'README.md' 2023-03-03 17:53:59 +08:00
route.py update 2020-02-21 23:16:23 -05:00

ADSB OUT

dump 测试

网络服务器功能 通过使用 --net Dump1090 启用网络支持,开始侦听端口 30002 和 30001 上的客户端连接(如果需要,您可以更改这两个端口,请参阅 --help 输出)。

dump1090 can be started automatically via an init-script. Otherwise, the init-script does nothing; you must run dump1090 by hand.

You can modify the options used when automatically starting dump1090 by running "dpkg-reconfigure dump1090-mutability" as root, or by editing

/etc/default/dump1090-mutability 

NET_BIND_ADDRESS="0.0.0.0"
EXTRA_ARGS=""



/etc/dump1090-mutability/config.js


sudo apt update
sudo apt install dump1090-mutability

sudo usermod -a -G plugdev dump1090
sudo systemctl restart dump1090-mutability