https://github.com/henryssondaniel/teacup-java-protocol-telnet
Teacup client/server Telnet support
https://github.com/henryssondaniel/teacup-java-protocol-telnet
teacup telnet telnet-client telnet-protocol telnet-server
Last synced: 11 months ago
JSON representation
Teacup client/server Telnet support
- Host: GitHub
- URL: https://github.com/henryssondaniel/teacup-java-protocol-telnet
- Owner: HenryssonDaniel
- License: mit
- Created: 2019-08-29T19:23:12.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2019-11-18T19:53:34.000Z (over 6 years ago)
- Last Synced: 2025-05-13T07:49:33.875Z (about 1 year ago)
- Topics: teacup, telnet, telnet-client, telnet-protocol, telnet-server
- Language: Java
- Homepage: https://henryssondaniel.github.io/teacup.github.io/
- Size: 185 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# [User Guide](https://henryssondaniel.github.io/teacup.github.io/)
[](https://travis-ci.com/HenryssonDaniel/teacup-java-protocol-telnet)
[](https://sonarcloud.io/dashboard?id=HenryssonDaniel_teacup-java-protocol-telnet)
[](https://github.com/HenryssonDaniel/teacup-java-protocol-telnet/blob/master/doc/release-notes/official.md)
[](http://search.maven.org/#search%7Cgav%7C1%7Cg%3A%22io.github.henryssondaniel.teacup.protocol%22%20AND%20a%3A%22telnet%22)
[](https://www.javadoc.io/doc/io.github.henryssondaniel.teacup.protocol/telnet)
## What ##
Telnet support.
There is also support for an Telnet server.
## Why ##
This makes it possible to test Telnet with the framework, both the client and the server.
## How ##
Add this repository as a dependency.
The Client interface holds all the functionality that the Telnet client can do.
New clients can be created with the Factory class in the client package.
The Simple interface holds all the functionality that the Telnet server can do.
New servers can be created with the Factory class in the server package.