mirror of
https://github.com/smittix/intercept.git
synced 2026-07-19 06:48:11 -07:00
Merge pull request #85 from xdep/main
This commit is contained in:
+2
-2
@@ -179,8 +179,7 @@ class RTLSDRCommandBuilder(CommandBuilder):
|
|||||||
cmd = [
|
cmd = [
|
||||||
'AIS-catcher',
|
'AIS-catcher',
|
||||||
f'-d:{device.index}', # Device index (colon format required)
|
f'-d:{device.index}', # Device index (colon format required)
|
||||||
'-S', str(tcp_port), # TCP server with JSON output
|
'-S', str(tcp_port), 'JSON', # TCP server with JSON output
|
||||||
'-o', '5', # JSON output format
|
|
||||||
'-q', # Quiet mode (less console output)
|
'-q', # Quiet mode (less console output)
|
||||||
]
|
]
|
||||||
|
|
||||||
@@ -200,3 +199,4 @@ class RTLSDRCommandBuilder(CommandBuilder):
|
|||||||
def get_sdr_type(cls) -> SDRType:
|
def get_sdr_type(cls) -> SDRType:
|
||||||
"""Return SDR type."""
|
"""Return SDR type."""
|
||||||
return SDRType.RTL_SDR
|
return SDRType.RTL_SDR
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user