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

Forum statistics

Threads
473,744
Messages
2,569,483
Members
44,903
Latest member
orderPeak8CBDGummies

Latest Threads

Top