-
Notifications
You must be signed in to change notification settings - Fork 33
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
examples #92
Comments
Yes, I will definitely be adding some examples in the next few days of how the different crates will interact with one another. The last two crates that I really needed before I could make a good example were I am mostly doing a sweep over all of the crates in this repository to iron out some bugs/rough edges. Crates that are currently ready:
If its helpful for you in the mean time, For a good bittorrent client, I also need to implement:
And crates which could be used, but largely need a rewrite since they aren't migrated to
I also created https://github.com/GGist/bittorrent-rs a couple days ago, which will eventually be a library and cli operating at a higher level than what these crates expose (but using these crates internally). |
Alright. Thanks for the detailed information, greatly appreciated! I'll keep an eye on this. :) |
Initial example is up, it does require a bit of an understanding of Also creating this example caused me to see some issues/high priority enhancements with the project. In particular, #100, #103, #108, #110, #112, #113, #99, #101, #102, and #109 so thanks for that 👍 |
Is there any application that uses the crates in this repo to implement a somewhat more advanced use case? crates.io pointed me a a repo called GGist/bittorrent which does not seem to exist (anymore?). I'm specifically looking for an example on how to implement nodes for seeing and leeching, using DHT. |
Any chance some examples of how to use the different crates together will be added?
The text was updated successfully, but these errors were encountered: