~jack/reflex-libtelnet

Reflex wrapper around libtelnet.
Fix README/ChangeLog
Bump version number

refs

master
browse  log 
v0.1.0.0
release notes 

clone

read-only
https://git.sr.ht/~jack/reflex-libtelnet
read/write
git@git.sr.ht:~jack/reflex-libtelnet

You can also use your local clone with git send-email.

#Reflex Bindings to libtelnet

builds.sr.ht status

This is a reflex wrapper around libtelnet, which lets you describe data flows through the telnet state tracker using reflex Events.

The library itself is GPL-3.0-or-later and lives in the reflex-libtelnet subdirectory. There is an echo server example in reflex-libtelnet-example/src/Main.hs, which is licensed under the 3-clause BSD license.

#Quick Start

See the reflex-libtelnet README to learn how to drive the library.

#Other Resources