-
I believe a new format 'multinetwork' could be an addition to the multiformats framework.
Recently I was working on developing a protocol which involves offloading 'heavy' data to other existing so…
kewde updated
6 years ago
-
```
This assert occurs quite often on my machine. qbittorrent 3.2.0alpha.
libtorrent 1.0 r10791. As it seems limit 50 is quite arbitrary I'm going to
raise it and see if it works.
assertion failed.…
-
The underlying DHT (utilizing the [libp2p Kademlia DHT spec](https://github.com/libp2p/specs/tree/master/kad-dht)) allows peers to query by a **TOPIC** for a **RESULT**, or query by **TOPIC** for all …
-
### Checklist
- [X] This is a bug report, not a question. Ask questions on [discuss.ipfs.io](https://discuss.ipfs.io).
- [X] I have searched on the [issue tracker](https://github.com/ipfs/kubo/iss…
-
This DHT/BEP-0005 is a great way to find peers for any p2p program, not just torrent clients.
Of course if you aren't a bit-torrent client you likely want to find other similar peers. This would be …
-
The overlay network's routing table use a custom distance function that is of "ring geometry" instead of XOR. discv5's lookup mechanism should not work unless the routing table itself is Kademlia-lik…
-
_This issue is a result of evaluation of IPFS Camp 2019 content for inclusion in ProtoSchool. See #261._
We'd like to build a new course on the lifecycle of data in IPFS based on
**Core Course …
-
The Scheduler's Single Worker model is meant to enforce a sequential execution, allowing for stable testing and reproducible protocol simulation. In a single thread simulation, the Single Worker is th…
-
Currently the signaling server keeps a WebSocket connection open to all peers in the network. This is not necessary and the number of clientserver connections should be kept at a minimum.
This implie…
-
```bash
➜ npm list -prod -a
hyperswarm@3.0.4 /Users/chicoxyzzy/dev/socketsupply/hyperswarm
├─┬ @hyperswarm/dht@5.0.25
│ ├─┬ @hyperswarm/secret-stream@5.2.0
│ │ ├── b4a@1.5.0 deduped
│ │ ├── nois…