I have a libp2p network in a private network and the nodes can find each other using multi cast. Now I have to add a single external node with a known DNS/IP address. I only need to add this single node and do not need any other discovery mechanisms. How is it possible to get connected to this single external node? I'm using Go.
libp2p adding single external public node to private network peers
40 Views Asked by k_o_ At
0
There are 0 best solutions below
Related Questions in LIBP2P
- Unable to Retrieve External Public Address in libp2p Swarm Events
- WebTransportError in firefox
- ERR_ENCRYPTION_FAILED with libp2p connecting to kubo-ipfs
- Unable to run Peer in Libp2p Rust implementation
- libp2p adding single external public node to private network peers
- which libp2p module do I use to broadcast data to peers in the network e.g blockchain? do I use mdns or kademlia for blockchain?
- Crawl DHT of a private network from outside
- How to implement peer discovery using Kademlia (rust-libp2p)
- What's the difference between discovery and confirmation of an external address?
- go-libp2p: my nodes don't find any peers with DHT peer discovery
- libp2p Rust sending file gets stuff in loop
- Kademlia get_providers() fails to find nodes that start_providing() in Rust libp2p
- How may one generate IPFS PeerID in Python without involving a working IPFS node?
- Unable to connect to peers via DHT if I run my node on MacOS
- libp2p: Do I need multiple protocols or can I reuse the same, for 2 near-identical functions?
Trending Questions
- UIImageView Frame Doesn't Reflect Constraints
- Is it possible to use adb commands to click on a view by finding its ID?
- How to create a new web character symbol recognizable by html/javascript?
- Why isn't my CSS3 animation smooth in Google Chrome (but very smooth on other browsers)?
- Heap Gives Page Fault
- Connect ffmpeg to Visual Studio 2008
- Both Object- and ValueAnimator jumps when Duration is set above API LvL 24
- How to avoid default initialization of objects in std::vector?
- second argument of the command line arguments in a format other than char** argv or char* argv[]
- How to improve efficiency of algorithm which generates next lexicographic permutation?
- Navigating to the another actvity app getting crash in android
- How to read the particular message format in android and store in sqlite database?
- Resetting inventory status after order is cancelled
- Efficiently compute powers of X in SSE/AVX
- Insert into an external database using ajax and php : POST 500 (Internal Server Error)
Popular Questions
- How do I undo the most recent local commits in Git?
- How can I remove a specific item from an array in JavaScript?
- How do I delete a Git branch locally and remotely?
- Find all files containing a specific text (string) on Linux?
- How do I revert a Git repository to a previous commit?
- How do I create an HTML button that acts like a link?
- How do I check out a remote Git branch?
- How do I force "git pull" to overwrite local files?
- How do I list all files of a directory?
- How to check whether a string contains a substring in JavaScript?
- How do I redirect to another webpage?
- How can I iterate over rows in a Pandas DataFrame?
- How do I convert a String to an int in Java?
- Does Python have a string 'contains' substring method?
- How do I check if a string contains a specific word?