You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
zhongjin 8b5604f282
更新 'README.md'
2 years ago
ADSB_Encoder.py new 2 years ago
Encoder.py Adding an options parser and some copyright notes 7 years ago
ModeS.py Callsign from command line 5 years ago
ModeSLocation.py WOrk on >50175 feet altitudes and generating all altitudes 6 years ago
PPM.py Adding a pause between message pairs. Currently set to make one pair a second 6 years ago
README.md 更新 'README.md' 2 years ago
route.py update 5 years ago

README.md

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