Python Telnet formatting?

Bjoern Schliessmann usenet-mail-0306.20.chr0n0ss at spamgourmet.com
Sun Mar 2 07:23:57 EST 2008


Gabriel Genellina wrote:

> They are part of the telnet protocol; 0xFF (IAC=Interpret as
> Command) starts a two or three byte command sequence.
> Weren't you using telnetlib? It's supposed to handle this
> transparently.

With Twisted you don't need Telnetlib, twisted.conch.telnet does the
job. I would definitely look at twisted.words, too.

Regards,


Björn

-- 
BOFH excuse #329:

Server depressed, needs Prozac




More information about the Python-list mailing list