-
I'm using a DHT22 temperature and humidity sensor and use the following import:
`from dht import DHT22`
PyCharm flags this as an unresolved reference however, the MicroPython firmware includes t…
-
## Problem
Currently the `nodeData` is stored into the node's DHT which is _transient_ and not guaranteed to always be accessible.
## Proposed solution
As now we have a ledger implementation …
-
During the work on Gumby's DHT-isolation module I noticed the following.
For each circuit length (1 hop, 2 hops, 3 hops, etc) Tribler sets up an instance of LibTorrent. This instance has its DHT en…
-
I have an arduino nano v3 and a RFM69HW. Everything works fine, but when I set: `radio.setHighPower();` it gets blocked when I perform: `radio.send(TONODEID,sendbuffer,9);`.
The RFM69HW is fed usin…
-
- name and structure of this grant (probably closely related to cascade config, e.g. private access or not?)
- implement cap grant (restrict access based on cap)
-
Add support for BitTorrent distributed hash tables for trackerless torrents.
## References
http://www.bittorrent.org/beps/bep_0005.html
-
Do you think something like Tox might be possible in which hubs might be found using DHT and this could be something a bit more decentralized?
-
Consider an additional DNS property for an `aka` field in the DID Document. This could be a user-hashed name.
The user could 'mine' for a hash that extends their did (e.g. `did:dht:example` becomes…
-
go into libp2p on these topics.
* peerids
* muxer
* transports
* protocols
* DHT
* pubsub
* relay
* limits
I think we should really dive into the limits and DHT section and give more background and …
-
First of all i would like to thank you for creating this library, it's been a help for me already!
Is adding support for BEP0033 planned? I'm super new to Rust and thus probably can't help much. Th…