diff --git a/README.md b/README.md index fd6f573..e7a9f83 100644 --- a/README.md +++ b/README.md @@ -22,7 +22,7 @@ Anonymity is achieved by implementing Dandelion protocol on top of libp2p's pub/ ``` 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. @@ -33,7 +33,7 @@ The bootstrapper creates a new libp2p node, subscribes to the shared topic strin ``` 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. @@ -42,7 +42,7 @@ This peer, which is not in bootstrapper mode, creates a node, subscribes to the ``` cd pubsub -./pubsub-interop ../util/private_key.bin.peer.vy +./raven ../util/private_key.bin.peer.vy ``` diff --git a/pubsub/test/terminator/config b/pubsub/test/terminator/config index 557144b..45c2d5d 100644 --- a/pubsub/test/terminator/config +++ b/pubsub/test/terminator/config @@ -42,14 +42,14 @@ type = HPaned [[[terminal3]]] 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 parent = child2 type = Terminal uuid = e05bb5f2-7bce-41c4-a19b-26be884919df [[[terminal4]]] 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 parent = child2 type = Terminal @@ -63,7 +63,7 @@ uuid = 8358280f-49da-4a74-bb27-7a3c7e472fe9 [[[terminal7]]] 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 parent = child5 type = Terminal