-
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 ;-)
-
- dry / refactor snail into reusable class
- error logging
- test cases
- add other queries to class (ping, announce, etc.)
- asyncio
- udp relay
- refactor mala
- crawler ~> create 1000 nodes…
-
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…
-
# Description
Harmony is a sharded blockchain where there are 4 shards each with hundreds of nodes doing consensus in parallel. The p2p network behind Harmony is based on libp2p. The network structur…
-
Some distributed applications (e.g, swarm) require to forward messages to a certain peer via the DHT, instead of looking for closest peers and finally send the message directly to the recipient.
Also…
-
Stand-alone usage examples would be lovely, as godoc snippets or buildable code. :)
-
To provide for a casual P2P VPN discovery, some sort of global rendeavouz server is needed. Probably by far the biggest network providing this type of function is the network of BitTorrent trackers + …
-
This is a global project roadmap that states our priorities for the nearest future. These priorities can and should be disputed here or elsewhere, after which we will update the roadmap.
## v0.7 …
-
This is a sketchy writeup, probably not enough for someone else to run with yet. TODO: flesh out enough to hand off (or take on myself).
Thoughts while watching the 2nd talk of the day at [Kademlia…
-
To be able to retrieve signed peer records, we need to store the serialized format, thanks to their non-deterministic serialization.
We also need to store the contents in the peer store, if we actual…