File tree 2 files changed +44
-1
lines changed
2 files changed +44
-1
lines changed Original file line number Diff line number Diff line change 2
2
"Config" : {
3
3
"maxpeers" : 8 ,
4
4
"minrefillcandidates" : 5 ,
5
- "numpeers" : 2
5
+ "numpeers" : 3
6
6
},
7
7
"Peers" : {
8
+ "06e6620b-8c1b-4d05-806e-677378387ef3" : {
9
+ "id" : " 06e6620b-8c1b-4d05-806e-677378387ef3" ,
10
+ "name" : " Stefans-MacBook-Pro.local-alice-33304d92-70a7-11e9-991f-8c8590a2bb7c" ,
11
+ "ip" : " 127.0.0.1" ,
12
+ "port" : " 59044" ,
13
+ "protocol" : " tcp" ,
14
+ "status" : " 0" ,
15
+ "timestamp" : " 1557219910"
16
+ },
8
17
"7a111abb-c7df-42a9-aecd-10ebbffc393c" : {
9
18
"id" : " 7a111abb-c7df-42a9-aecd-10ebbffc393c" ,
10
19
"name" : " alice" ,
Original file line number Diff line number Diff line change
1
+ ### Open two CLI tools
2
+
3
+ ** In Alice's terminal**
4
+
5
+ ``` bash
6
+ cd ~ /go/src/github.com/stefanhans/cli-chat/cli-chat/
7
+
8
+ go build
9
+ ./cli-chat alice
10
+
11
+ ```
12
+
13
+
14
+ ** In Bob's terminal**
15
+
16
+ ``` bash
17
+ cd ~ /go/src/github.com/stefanhans/cli-chat/cli-chat/
18
+
19
+ ./cli-chat alice
20
+
21
+ ```
22
+
23
+
1
24
### Start the chat interactively
2
25
3
26
** Create your memberlist node**
22
45
- ` chatjoin ` start chat listener and join the chat
23
46
- ` msg hi ` send a message to all chat members
24
47
48
+
49
+ ** See all available commands**
50
+
51
+ - ` <tab><tab> ` lists all commands using code completion
52
+ - ` help ` or other not existing command shows commands and descriptions
53
+
54
+
55
+ ** Leave the cli-tool**
56
+
57
+ - ` quit `
58
+
You can’t perform that action at this time.
0 commit comments