Socks server and client code in Python (Twisted?)

B

Ben Kial

I'd like to create a Socks (4 or 5) server and client program using
Python. Someone suggested me to use Twisted. Does anybody have any
sample code for Socks server and client in Python?

Thanks in advance,

Ben
 
M

MaR

The answer may depend somewhat on whether your app is doing mostly
storage (filessystem) or calculations (cpu).

If you need to handle a fair number of sockets but do little
processing, you may wish to look at the standard modules
asyncore/asynchat.

But Twisted is not a bad advice :eek:) Maybe a little more threshold to
get started and you will have to co-deploy it with your app.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,770
Messages
2,569,584
Members
45,075
Latest member
MakersCBDBloodSupport

Latest Threads

Top