We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e816a2a commit 6158372Copy full SHA for 6158372
pyais/main.py
@@ -22,6 +22,7 @@ def create_parser() -> argparse.ArgumentParser:
22
" ais-decode -f input.txt # Decode from file\n"
23
" ais-decode -j < input.txt # Decode from stdin with JSON output\n"
24
" ais-decode socket localhost 5000 # Decode from UDP socket\n"
25
+ " ais-decode socket localhost 5000 -t tcp # Decode from TCP socket\n"
26
" ais-decode single '!AIVDM,1,1,,A,13HOI:0P0000VOHLCnHQKwvL05Ip,0*23'\n"
27
" nc 153.44.253.27 5631 | ais-decode --json | jq",
28
formatter_class=argparse.RawDescriptionHelpFormatter
0 commit comments