[Haskell-cafe] Telnet handshaking

Martijn van Steenbergen martijn at van.steenbergen.nl
Sun Feb 15 10:01:40 EST 2009


Krzysztof Skrzętnicki wrote:
> On Sun, Feb 15, 2009 at 10:25, Martijn van Steenbergen
> <martijn at van.steenbergen.nl> wrote:
>> Are there any Haskell libraries out there that implement telnet? Bare
>> sockets are a good approximation, but I'm looking for a library that
>> understands the escape sequences specific to telnet.
> 
> I think Yogurt
> http://hackage.haskell.org/cgi-bin/hackage-scripts/package/Yogurt
> should implement this. If I'm right then you could simply extract
> necessary code.

Actually, my question is related to the development of Yogurt. :-)

Yogurt should understand telnet but doesn't; it just uses a bare socket. 
Before I implement any telnet-specific stuff myself, I want to make sure 
I don't reinvent the wheel; hence my question.

Thanks,

Martijn.



More information about the Haskell-Cafe mailing list