-
Notifications
You must be signed in to change notification settings - Fork 145
Conversation
I think this repo should not depend on |
Ok, moved from libp2p/go-libp2p#379 to here. I made small modifications on this PR so that I can run two different instances on two machines in the same local network. It looks the two peer instances can discover each other but couldn't connect to each other. The modified version: https://play.golang.org/p/eMeQ0Gh33aA Output on one machine:
Output on the other machine
Any mistakes in my modified version? Or the peer hosts need more options? |
Possibly a firewall issue? |
@Stebalien @gpestana |
I'll close this due to age. I just merged #33, which also deals with mDNS, FWIW. Please re-open if there's renewed interest in getting this in. |
Was playing around with libp2p mDNS implementation and decided to create this example. Feedback is welcome :)