-
Notifications
You must be signed in to change notification settings - Fork 423
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
Update docs to reflect Relay V1 (server) removal from go-ipfs #1146
Comments
@TheDiscordian as you are the original author of the tutorial, would you have time to update it? |
@lidel I'd love to, I plan to have this updated by Friday. (Edit: Though could be as late as next Wednesday) |
* Updated diagram, changed links to be up-to-date, removed Docker section, added warning about circuit-relay v1 removal from go-ipfs & linked to a repo with most of the code needed to use the chat app /w a relay (but missing pubsub & the ability to list addrs, so no announcing) towards #1146 * Fixes minor typo. Co-authored-by: Johnny <[email protected]>
@TheDiscordian this is probably a bad question to ask at 2AM, but since all peers use the same webrtc signaling server, and they can post their own multiaddr to the same pubsub channel, why do we need the Python script for advertising on pubsub on their behalf? I feel i am missing something. |
@lidel I missed this until now, the reason for the pubsub is for the relay connections (IE: Cannot punch for WebRTC). Node A connects to Relay, Relay advertises Node A, Node B connects to Relay, Relay advertises Node B, Node A now has a path to Node B, connecting them together via Relay. |
@BigLep @lidel can you help Johnny and I determine if this is still relevant? From https://docs.ipfs.tech/concepts/nodes/#relay, it looks like we still mention relay v1 |
Removing the |
Since https://docs.ipfs.io/how-to/create-simple-chat-app/ has been removed as part of the js-ipfs cleanup, this is no longer relevant. Closing. |
We need to update all places that mention
EnableRelayHop
– Relay V1 server was removed from go-ipfs 0.11 and now requires running a separate binary.See details in:
The most important is to update "browsers connectivity" tutorial by @TheDiscordian:
(We seem to already document v1 and v2 in https://docs.ipfs.io/concepts/nodes/#types)
The text was updated successfully, but these errors were encountered: