anacrolix / dht

dht is used by anacrolix/torrent, and is intended for use as a library in other projects both torrent related and otherwise
Mozilla Public License 2.0
313 stars 66 forks source link

Implement BEP 044 - Storing arbitrary data in the DHT #26

Closed Fluturenet closed 3 years ago

Fluturenet commented 6 years ago

Is there Simeone working on this? I'm planning an app that uses DHT storage and your packet seems to be really interesting.

anacrolix commented 6 years ago

Nobody is currently working on this, but it's definitely a feature to implement at some point.

anacrolix commented 5 years ago

What are people's use cases for this? I have renewed interest in adding support.

dobegor commented 5 years ago

@anacrolix i.e. I want to create a decentralized email service and I'd use a DHT to search the recipient by his public key.

Fluturenet commented 5 years ago

I'm doing something .. only for static now

DHT Army Knife

Fluturenet commented 5 years ago

What are people's use cases for this? I have renewed interest in adding support.

Decentralized video streaming with DRM software update message sistems Decentralized certificate authority ...

anacrolix commented 5 years ago

@Fluturenet your changes look good so far. You might want to gofmt your code though. Thanks for the update.

Fluturenet commented 5 years ago

@Fluturenet your changes look good so far. You might want to gofmt your code though. Thanks for the update.

@anacrolix thank you for your kind words. gofmt: learned something new 😊

Fluturenet commented 5 years ago

I think I'm in alpha/pre-Beta stage ... It seems to work but need testing. If someone is Interested..

anacrolix commented 3 years ago

I've started on this.