[Twisted-Python] Telnet server example?

Eugene Coetzee projects at reedflute.com
Thu Aug 12 17:02:55 EDT 2004


Britt Green wrote:

>Hey!
>
>I've studied the chatserver example a few times. I suppose I probably
>didn't initially define my question as well as I should have. If I'm
>writing a program like a chatserver, or whatever that takes
>connections over telnet, is it better to use the Telnet lib or just
>use Protocol?
>
>  
>
Well - I suppose it depends on what you want to do.

Since all specialised protocols inherit basic functionality from Protocol - every specialised subclass brings something new to the party - as you can tell from the Telnet example.

Eugene

===============================================
Web                 -> www.reedflute.com
=============================================== 






More information about the Twisted-Python mailing list