On Feb 29, 9:42 am, Grant Edwards <[EMAIL PROTECTED]> wrote:
> On 2008-02-29, [EMAIL PROTECTED] <[EMAIL PROTECTED]> 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 m
On 2008-02-29, [EMAIL PROTECTED] <[EMAIL PROTECTED]> 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 i
On Feb 28, 11:22 pm, Grant Edwards <[EMAIL PROTECTED]> wrote:
> On 2008-02-29, Gabriel Genellina <[EMAIL PROTECTED]> wrote:
>
> > En Fri, 29 Feb 2008 00:20:26 -0200, <[EMAIL PROTECTED]> escribió:
>
> >> Hi everyone. I'm fairly new to Python, and even more new to socket
> >> programming. I think I'v
On 2008-02-29, Gabriel Genellina <[EMAIL PROTECTED]> wrote:
> En Fri, 29 Feb 2008 00:20:26 -0200, <[EMAIL PROTECTED]> escribió:
>
>> Hi everyone. I'm fairly new to Python, and even more new to socket
>> programming. I think I've wrapped my head around sockets, and with
>> that I want to create a Te
En Fri, 29 Feb 2008 00:20:26 -0200, <[EMAIL PROTECTED]> escribió:
> Hi everyone. I'm fairly new to Python, and even more new to socket
> programming. I think I've wrapped my head around sockets, and with
> that I want to create a Telnet-based chat server, the idea being
> people connect to the tel
Hello,
> Hi everyone. I'm fairly new to Python, and even more new to socket
> programming. I think I've wrapped my head around sockets, and with
> that I want to create a Telnet-based chat server, the idea being
> people connect to the telnet servers with their clients and they all
> communicate.
Hi everyone. I'm fairly new to Python, and even more new to socket
programming. I think I've wrapped my head around sockets, and with
that I want to create a Telnet-based chat server, the idea being
people connect to the telnet servers with their clients and they all
communicate. I've got the code