Implementation of a server adhering to RFC 854 in Swift.
Almost nothing! Connections can be made and are a thin layer over Vapor Sockets which does all the difficult work. The project includes a demo app which creates a server that echos the clients inputs back to them.
- NVT
- Pluggable module for Telnet negotiations
- Negotiate basic options
- Symmetric view of terminals and processes
Build using the Swift Package Manager:
swift build
To generate the xcodeproj:
swift package generate-xcodeproj