Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
adam.huang
go-libp2p
Commits
6e35a387
Commit
6e35a387
authored
Nov 24, 2016
by
Justin
Committed by
GitHub
Nov 24, 2016
Browse files
More example fixes
parent
b7fdb1f2
Changes
1
Hide whitespace changes
Inline
Side-by-side
examples/echo/README.md
View file @
6e35a387
...
...
@@ -27,7 +27,7 @@ From `go-libp2p` base folder:
In one terminal:
```
> ./ho
sts
-l 1235
> ./
ec
ho -l 1235
2016/11/10 10:45:37 I am /ip4/127.0.0.1/tcp/1234/ipfs/QmNtX1cvrm2K6mQmMEaMxAuB4rTexhd87vpYVot4sEZzxc
2016/11/10 10:45:37 listening for connections
```
...
...
@@ -38,7 +38,7 @@ can be reached (ip4+tcp) and its randomly generated ID (`QmNtX1cv...`)
Now, launch another node that talks to the listener:
```
> ./ho
sts
-d /ip4/127.0.0.1/tcp/1234/ipfs/QmNtX1cvrm2K6mQmMEaMxAuB4rTexhd87vpYVot4sEZzxc -l 1236
> ./
ec
ho -d /ip4/127.0.0.1/tcp/1234/ipfs/QmNtX1cvrm2K6mQmMEaMxAuB4rTexhd87vpYVot4sEZzxc -l 1236
```
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment