15 Feb
2009
15 Feb
'09
10:01 a.m.
Krzysztof Skrzętnicki wrote:
On Sun, Feb 15, 2009 at 10:25, Martijn van Steenbergen
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.