Skip to content
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

I would like to add I2P support to your Torrent Library #7

Closed
eyedeekay opened this issue Jan 6, 2023 · 1 comment
Closed

I would like to add I2P support to your Torrent Library #7

eyedeekay opened this issue Jan 6, 2023 · 1 comment

Comments

@eyedeekay
Copy link

I have actually already added I2P support in my fork of your library, in this tree: https://github.com/eyedeekay/bt/tree/i2p-support however it does require somewhat deep changes to how the library works. I2P is an anonymous peer-to-peer network, unlike Tor, we don't mind if people use bittorrent over I2P. Adding I2P support would allow me to use xfone/bt as an anonymous bittorrent library.

In particular this requires migrating all net.Addr's to interface types and enabling alternate implementations of all Dialers and Listeners in order to connect to I2P and accept I2P connections.

@eyedeekay eyedeekay mentioned this issue Jan 6, 2023
@xgfone
Copy link
Owner

xgfone commented May 12, 2023

bt only supports the network based on ip+port. close #7 #8.

@xgfone xgfone closed this as completed May 12, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants