the8472 / mldht

Bittorrent Mainline DHT implementation in java
Mozilla Public License 2.0
147 stars 45 forks source link

... #20

Closed XJIOP closed 6 years ago

XJIOP commented 6 years ago

...

the8472 commented 6 years ago

If you have questions about using the BEP33 implementation in mldht this would be the right place. If you need help implementing your own I suggest hitting wikipedia, google scholar, reading the BEP and asking on stack overflow. I'm sorry, but providing programming and basic computer science tutorials is out of scope for this project.

XJIOP commented 6 years ago

I just wanted to ask you how to properly check out bloom filter from BEP33. But it look like your religion does not allow you to answer such questions. Good luck.

the8472 commented 6 years ago

Your question did sound quite different, basically asking how to implement it in Node.js.

You can find my implementation in lbms.plugins.mldht.kad.BloomFilterBEP33 and the tests in the8472.test.Bep33.