mirror of
https://github.com/smittix/intercept.git
synced 2026-04-25 15:20:00 -07:00
JSON fix for AIS including latitude and longitude
This commit is contained in:
@@ -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)
|
||||
]
|
||||
|
||||
|
||||
Reference in New Issue
Block a user