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:
James Smith
2025-12-22 12:33:50 +00:00
parent 11d43a08c2
commit 45798de3ec

View File

@@ -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