https://github.com/hannesm/telnet
telnet protocol in OCaml
https://github.com/hannesm/telnet
mirageos ocaml telnet
Last synced: 9 months ago
JSON representation
telnet protocol in OCaml
- Host: GitHub
- URL: https://github.com/hannesm/telnet
- Owner: hannesm
- License: other
- Created: 2016-03-31T08:48:57.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2016-11-15T13:17:31.000Z (over 9 years ago)
- Last Synced: 2025-05-06T22:36:31.921Z (about 1 year ago)
- Topics: mirageos, ocaml, telnet
- Language: OCaml
- Size: 66.4 KB
- Stars: 14
- Watchers: 6
- Forks: 2
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGES.md
- License: LICENSE.md
Awesome Lists containing this project
README
## Telnet - a telnet server implementation in OCaml to be used with MirageOS
Status: rough prototype, needs more attention
Dependencies: notty on mirage branch (`opam pin add notty https://github.com/pqwy/notty.git#mirage`)
[](https://travis-ci.org/hannesm/telnet)