You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Apr 22, 2024. It is now read-only.
my understanding when reading the libo2p spec is that peerid can be used to manage users per nodes (each user has a key). How to create and add multiple peer ids / nodes? do you have any example for it?
The text was updated successfully, but these errors were encountered:
On Thu 6 Feb 2020 at 14:09 Marc Nijdam ***@***.***> wrote:
What spec are you referring to?
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#253?email_source=notifications&email_token=AAADRISD6H4R3YOMM3IRLNDRBQDZTA5CNFSM4KQ4HGT2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEK7FELY#issuecomment-582898223>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAADRIWHHIMRFZPL66J7PX3RBQDZTANCNFSM4KQ4HGTQ>
.
basically a swarm is a peer.. Each swarm has it's own key pair and it's p2p address is /p2p/<b58pubkey>.
If you want to address "objects" in a swarm you use streams to address them inside that swarm. The dial function does that by taking a p2p address of a swarm and a "path" to the object (really a stream) you want to communicate with.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
my understanding when reading the libo2p spec is that peerid can be used to manage users per nodes (each user has a key). How to create and add multiple peer ids / nodes? do you have any example for it?
The text was updated successfully, but these errors were encountered: