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

How and where does it work? #22

Open
davejakenic opened this issue Aug 11, 2022 · 0 comments
Open

How and where does it work? #22

davejakenic opened this issue Aug 11, 2022 · 0 comments

Comments

@davejakenic
Copy link

davejakenic commented Aug 11, 2022

Hi,

At this point I have tried about 20 different "acclaimed solutions" that all did not work. All on top was torpy, that seems to not be the actual tor but a little toy twin. The issue there was that due to insufficient amount of nodes in the toy twin network I had 99.9% of all times timeouterrors.

I do not know whether your solution works in windows but I am not willing to try it out before confirmation.
Could you please give sufficient details on how to install it on windows, mac, and linux, with as few dependencies as possible?
Imagine you want to explain to anyone's grandma via the internet how to install it, regardless of whether they read it now or in 10 years (which is how old some of the tutorials I searched through had been).

The next thing is then whether I can use it to replace socket.
Consider I have a program in which a client connects to a server via socket with

client_socket = socket.socket(socket.AF_INET, socket.SOCK_STREAM)
client_socket.connect((ip,port))

in order to send and recv bytes from that server via this socket. But the server shall not get to see the client's IP address or port. Can your package be used to replace those exact two lines suitably? (it does not have to be two lines in the solution.)

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

No branches or pull requests

1 participant