-
# Proposal
1. Use an updated Record interface that supports:
a. `Merge(rec1, rec2)` so that we can support record types that are mergeable (e.g. provider records) and not just sortable (e.g.…
-
As per https://github.com/libp2p/interface-peer-discovery
This interface would be implemented by:
- mdns
- bootstrap
- random walk (does this currently exist in go-libp2p?)
- in the future: web…
ghost updated
5 years ago
-
### Description
Sorry to bother you. I am wondering how much, if any, of this paper https://ssg.lancs.ac.uk/wp-content/uploads/ndss_preprint.pdf is implememented in this crate?
Much of the paper s…
-
The current bootstrap protocol:
* overloads the bootstrappers, and
* skews the topology of the network
To remedy this, a new bootstrap protocol should go as follows:
1. Bootstrapping becomes a d…
petar updated
4 years ago
-
The following is the result of an idea I've iterated on with @mxinden and @dhuseby after IPFSthing. I am not aware of an immediate user that is asking for this but I think it might have the potential …
-
## Project description
It is a question/answer network (also known as Q/A) like quora or stackoverflow but that is not locked up by a single entity.
## Relevant Technology
- peer-to-peer
- g…
-
Hi, i'm a freshman of golang, could you tell me more information about your project? i'm looking for the solution about decentralized pki in p2p enviroment, may i get some suggestion?Thanks a lot!
-
Hello! Thank you for maintaining this project and publishing it as FLOSS. I've been experimenting with using it as part of the ooni project to [measure mainline DHT censorship](https://github.com/ooni…
-
It's hard to looking peers:
```
base-geth-1 | INFO [03-25|07:56:33.173] Looking for peers peercount=0 tried=78 static=0
base-geth-1 | INFO [03-25|07:56:53.511] Looking f…
-
Hello, I was talking to folks at the IPFS Thing last week about how I have a use case where I'd like to keep gossip to a particular network interface or to limit it to a local network.
The general …