-
Serve content through a distributed hash table and get rid of the scheduler, probably something for v1 not for the MVP
-
Discussion for any developments with the webrtc dht
-
Counter-part to https://github.com/libp2p/rust-libp2p/issues/5103. We should consume this event and extend our routing table. https://github.com/libp2p/rust-libp2p/blob/bee8199c0db79e2b621e3a076ed09ec…
-
At Devcon last week, @tomaka suggested to look into the Brahms paper for peer discovery: http://www.cs.technion.ac.il/~shralex/Brahms-PODC.pdf
It looks really cool, they perform a pretty extensive …
-
### Checklist
- [X] My issue is specific & actionable.
- [X] I am not suggesting a protocol enhancement.
- [X] I have searched on the [issue tracker](https://github.com/ipfs/kubo/issues?q=is%3Ais…
-
While the credential-based login mechanism below relies on an email provider to be the identity provider, a distributed identity mechanism using Telehash or some other Kademlia-based Distributed Hash …
-
So I'm not sure how we're actually populating our peer tables and whether that actually follows Kademlia routing specifications. Depending on how we do this, routing loops seem like they are a possibi…
-
Hi IPFS community 🌟
I was introduced to several of you by email a few weeks ago. I'd like to follow up here with some notes about my libp2p-powered project.
![Deface banner](https://deface.app/i…
-
I like an idea of your project and would love to discuss possible sponsorship of your development.
Please drop me a mail to ashvetsov@gmail.com ;-)
-
Should cover the basics of the content routing interface and how it's used by other parts of libp2p (e.g. rendezvous for AutoRelay). Should mention that the primary implementation is via kad-dht, but…