mirror of
https://github.com/smittix/intercept.git
synced 2026-04-24 06:40:00 -07:00
Add port 30005 to dump1090 JSON endpoint list
dump1090-mutability uses port 30005 for JSON data by default. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
@@ -12071,8 +12071,10 @@ def parse_adsb_output(process):
|
||||
def poll_dump1090_json():
|
||||
"""Poll dump1090's aircraft.json for decoded lat/lon data."""
|
||||
json_urls = [
|
||||
'http://localhost:30005/data/aircraft.json',
|
||||
'http://localhost:8080/data/aircraft.json',
|
||||
'http://localhost:30003/data/aircraft.json',
|
||||
'http://localhost:16601/data/aircraft.json',
|
||||
'http://localhost:8080/dump1090/data/aircraft.json'
|
||||
]
|
||||
working_url = None
|
||||
|
||||
Reference in New Issue
Block a user