(Newbie) Help with sockets.

mentaltruckdriver at gmail.com mentaltruckdriver at gmail.com
Fri Feb 29 20:06:51 EST 2008


On Feb 29, 9:42 am, Grant Edwards <gra... at visi.com> wrote:
> On 2008-02-29, mentaltruckdri... at gmail.com <mentaltruckdri... at gmail.com> 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!!

Thanks for all the responses, the Twisted engine was exactly what I
needed.

Thanks for all your help guys!



More information about the Python-list mailing list