update README

master
rairyx 5 years ago
parent 2338e0cbd9
commit b7f510ea92

@ -22,7 +22,7 @@ Anonymity is achieved by implementing Dandelion protocol on top of libp2p's pub/
``` ```
cd pubsub cd pubsub
./pubsub-interop ../util/private_key.bin.bootstrapper.Wa --bootstrapper ./raven ../util/private_key.bin.bootstrapper.Wa --bootstrapper
``` ```
The bootstrapper creates a new libp2p node, subscribes to the shared topic string, spawns a go routine to emit any publishes to that topic, and then waits forever. The bootstrapper creates a new libp2p node, subscribes to the shared topic string, spawns a go routine to emit any publishes to that topic, and then waits forever.
@ -33,7 +33,7 @@ The bootstrapper creates a new libp2p node, subscribes to the shared topic strin
``` ```
cd pubsub cd pubsub
./pubsub-interop ../util/private_key.bin.peer.Sk ./raven ../util/private_key.bin.peer.Sk
``` ```
This peer, which is not in bootstrapper mode, creates a node, subscribes to the shared topic string, spawns the same go routine, and then loops forever requesting user input and publishing each line to the topic. This peer, which is not in bootstrapper mode, creates a node, subscribes to the shared topic string, spawns the same go routine, and then loops forever requesting user input and publishing each line to the topic.
@ -42,7 +42,7 @@ This peer, which is not in bootstrapper mode, creates a node, subscribes to the
``` ```
cd pubsub cd pubsub
./pubsub-interop ../util/private_key.bin.peer.vy ./raven ../util/private_key.bin.peer.vy
``` ```

@ -42,14 +42,14 @@
type = HPaned type = HPaned
[[[terminal3]]] [[[terminal3]]]
profile = default profile = default
command = 'pushd .. ; ./pubsub-interop ../util/private_key.bin.bootstrapper.Wa --bootstrapper; popd ; bash' command = 'pushd .. ; ./raven ../util/private_key.bin.bootstrapper.Wa --bootstrapper; popd ; bash'
order = 0 order = 0
parent = child2 parent = child2
type = Terminal type = Terminal
uuid = e05bb5f2-7bce-41c4-a19b-26be884919df uuid = e05bb5f2-7bce-41c4-a19b-26be884919df
[[[terminal4]]] [[[terminal4]]]
profile = default profile = default
command = 'sleep 1 ; pushd .. ; ./pubsub-interop ../util/private_key.bin.peer.Sk; popd ; bash' command = 'sleep 1 ; pushd .. ; ./raven ../util/private_key.bin.peer.Sk; popd ; bash'
order = 1 order = 1
parent = child2 parent = child2
type = Terminal type = Terminal
@ -63,7 +63,7 @@
uuid = 8358280f-49da-4a74-bb27-7a3c7e472fe9 uuid = 8358280f-49da-4a74-bb27-7a3c7e472fe9
[[[terminal7]]] [[[terminal7]]]
profile = default profile = default
command = 'sleep 1 ; pushd .. ; ./pubsub-interop ../util/private_key.bin.peer.vy; popd ; bash' command = 'sleep 1 ; pushd .. ; ./raven ../util/private_key.bin.peer.vy; popd ; bash'
order = 1 order = 1
parent = child5 parent = child5
type = Terminal type = Terminal

Loading…
Cancel
Save