command
Version:
v0.0.0-...-bc3f6f8
Opens a new window with list of versions in this module.
Published: Sep 10, 2019
License: Apache-2.0
Opens a new window with license information.
Imports: 6
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
README
¶
Examples
This example shows how to create 3 peers communicating with each other via udp transport:
- Open 3 terminals
- In each terminal start:
go run start.go -id 0 -reg local_reg.csv
go run start.go -id 1 -reg local_reg.csv
go run start.go -id 2 -reg local_reg.csv
- You should be able to see something like:
msg received: Lvl 115 Org 0 1200
msg received: Lvl 253 Org 0 1200
msg received: Lvl 114 Org 0 1200
msg received: Lvl 253 Org 2 1200
msg received: Lvl 111 Org 2 1200
msg received: Lvl 117 Org 0 1200
...
in the first terminal.
Documentation
¶
There is no documentation for this package.
Source Files
¶
Click to show internal directories.
Click to hide internal directories.