General Question

anothermember's avatar

How do you make a basic python telnet server?

Asked by anothermember (249points) February 5th, 2011
1 response
“Great Question” (0points)

I have looked around the net but cannot find any/much info about it. I spent some time learning sockets but that does not seem to work.

I just want a program that I can send a string to from a telnet client asnd it will repeat it back to me.

A simple script with comments would be great or just some links to some helpful info. Thanks.

Observing members: 0
Composing members: 0

Answers

Vortico's avatar

The official telnetlib module is available for handling connections, reading, and writing.

Answer this question

Login

or

Join

to answer.

Mobile | Desktop


Send Feedback   

`