JSON fix for AIS including latitude and longitude

This commit is contained in:
Marc
2026-01-25 13:20:47 -06:00
parent 0b8863aaa9
commit e833488425
3 changed files with 255 additions and 4 deletions

View File

@@ -179,7 +179,7 @@ class RTLSDRCommandBuilder(CommandBuilder):
cmd = [
'AIS-catcher',
f'-d:{device.index}', # Device index (colon format required)
'-S', str(tcp_port), 'JSON', # TCP server with JSON output
'-S', str(tcp_port), 'JSON_FULL', 'on', # TCP server with full JSON output
'-q', # Quiet mode (less console output)
]