Skip to content

Commit 6158372

Browse files
committed
chore: adds another example
1 parent e816a2a commit 6158372

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pyais/main.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ def create_parser() -> argparse.ArgumentParser:
2222
" ais-decode -f input.txt # Decode from file\n"
2323
" ais-decode -j < input.txt # Decode from stdin with JSON output\n"
2424
" ais-decode socket localhost 5000 # Decode from UDP socket\n"
25+
" ais-decode socket localhost 5000 -t tcp # Decode from TCP socket\n"
2526
" ais-decode single '!AIVDM,1,1,,A,13HOI:0P0000VOHLCnHQKwvL05Ip,0*23'\n"
2627
" nc 153.44.253.27 5631 | ais-decode --json | jq",
2728
formatter_class=argparse.RawDescriptionHelpFormatter

0 commit comments

Comments
 (0)