Skip to content
New issue

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

API to share a session #3

Open
4 tasks
arunthampi opened this issue Apr 2, 2018 · 0 comments
Open
4 tasks

API to share a session #3

arunthampi opened this issue Apr 2, 2018 · 0 comments
Assignees
Labels
in progress Being worked on right now

Comments

@arunthampi
Copy link
Contributor

arunthampi commented Apr 2, 2018

  • Must send clear to current session
  • Start an ipfs node
  • Must require a passphrase that is used to generate a Cipher to encrypt all messages to and from the terminal
  • Save stdin/stdout/stderr to ipfs node

References

Notes

  • Got this to work across the internet by following these sequence of commands:

On Computer 1

  • ipfs init
  • ipfs daemon --enable-pubsub-experiment (Get the "swarm listening on" command which looks like /p2p-circuit/ipfs/deadbeef)
  • Run ipfs pubsub sub foo

On Computer 2

  • ipfs init
  • ipfs daemon --enable-pubsub-experiment
  • ipfs swarm connect <id> (where id is the /p2p-circuit/ipfs/deadbeef ID from the Computer 1)
  • Run ipfs pubsub pub foo hello world (Computer 1 now will receive messages that are sent from Computer 2)
@arunthampi arunthampi self-assigned this Apr 17, 2018
@arunthampi arunthampi added the in progress Being worked on right now label Apr 17, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
in progress Being worked on right now
Projects
None yet
Development

No branches or pull requests

1 participant