n0-computer / iroh

A toolkit for building distributed applications
https://iroh.computer
Apache License 2.0
2.31k stars 148 forks source link

Allow hooking up discovery services to magic endpoint #1657

Open rklaehn opened 11 months ago

rklaehn commented 11 months ago

As discussed, we should have the ability to dial by peer directly in the endpoint.

I would propose roughly the following:

rklaehn commented 6 months ago

We got mainline DHT node discovery in iroh-examples, see https://github.com/n0-computer/iroh-examples/tree/main/iroh-pkarr-node-discovery

We are also working on integrating this more tightly and adding DNS as a resolution mechanism.