Implementation of a server adhering to RFC 854 in Swift.
What is currently implemented:
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.
TelnetKit
Implementation of a server adhering to RFC 854 in Swift.
What is currently implemented:
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.
Roadmap:
Building
Build using the Swift Package Manager:
swift build
To generate the xcodeproj:
swift package generate-xcodeproj