Re: (Newbie) Help with sockets.
- From: Grant Edwards <grante@xxxxxxxx>
- Date: Fri, 29 Feb 2008 14:42:27 -0000
On 2008-02-29, mentaltruckdriver@xxxxxxxxx <mentaltruckdriver@xxxxxxxxx> wrote:
You claim to be writing a telnet server, yet I don't see any
code that actually implements the telnet protocol. Different
telnet clients default to different modes, so if you want them
in a certain mode, you have to put them in the desired mode by
implementing the telnet feature negotiation protocol.
OP here - sorry for the confusion, it's just a listener program that
people connect to via telnet.
That's what a telnet server _is_: something that people connect
to via telnet.
I'll take a look at the Twisted engine and see if that helps at all.
Make sure it has telnet protocol support, or you're going to
end up with similar problem.
--
Grant Edwards grante Yow! Four thousand
at different MAGNATES, MOGULS
visi.com & NABOBS are romping in my
gothic solarium!!
.
- References:
- (Newbie) Help with sockets.
- From: mentaltruckdriver
- Re: (Newbie) Help with sockets.
- From: Gabriel Genellina
- Re: (Newbie) Help with sockets.
- From: Grant Edwards
- Re: (Newbie) Help with sockets.
- From: mentaltruckdriver
- (Newbie) Help with sockets.
- Prev by Date: Re: How to configure Python in Windows
- Next by Date: Re: Indentation and optional delimiters
- Previous by thread: Re: (Newbie) Help with sockets.
- Next by thread: pySQLite Insert speed
- Index(es):
Relevant Pages
|