Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion examples/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,6 @@ This will start long running process that will listen for tcp connections on _lo

Client is capable of interacting with the server. You can use client CLI like this:

go run client/main.go -server localhost:2775 -dst_addr 11111 -src_addr 22222 -msg "This is the message"
go run client/main.go -addr localhost:2775 -dst_addr 11111 -src_addr 22222 -msg "This is the message"

This will connect to the server at _localhost:2775_, do initial binding in tranceiver mode and send submit_sm with provided parameters. Upon finishing it will unbind from the server.