We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
clear
ipfs init
ipfs daemon --enable-pubsub-experiment
/p2p-circuit/ipfs/deadbeef
ipfs pubsub sub foo
ipfs swarm connect <id>
id
ipfs pubsub pub foo hello world
The text was updated successfully, but these errors were encountered:
arunthampi
No branches or pull requests
clear
to current sessionReferences
Notes
On Computer 1
ipfs init
ipfs daemon --enable-pubsub-experiment
(Get the "swarm listening on" command which looks like/p2p-circuit/ipfs/deadbeef
)ipfs pubsub sub foo
On Computer 2
ipfs init
ipfs daemon --enable-pubsub-experiment
ipfs swarm connect <id>
(whereid
is the/p2p-circuit/ipfs/deadbeef
ID from the Computer 1)ipfs pubsub pub foo hello world
(Computer 1 now will receive messages that are sent from Computer 2)The text was updated successfully, but these errors were encountered: