io.github.henryssondaniel.teacup.protocol:telnet

Teacup client/server Telnet support

License

License

Categories

Categories

Net
GroupId

GroupId

io.github.henryssondaniel.teacup.protocol
ArtifactId

ArtifactId

telnet
Last Version

Last Version

1.0.0
Release Date

Release Date

Type

Type

pom.sha512
Description

Description

io.github.henryssondaniel.teacup.protocol:telnet
Teacup client/server Telnet support
Project URL

Project URL

https://github.com/HenryssonDaniel/teacup-java-protocol-telnet
Source Code Management

Source Code Management

https://github.com/HenryssonDaniel/teacup-java-protocol-telnet

Download telnet

Dependencies

compile (2)

Group / Artifact Type Version
io.github.henryssondaniel.teacup : core jar 1.2.0
io.github.henryssondaniel.teacup : protocol jar 1.0.0

runtime (2)

Group / Artifact Type Version
commons-net : commons-net jar 3.6
net.wimpi : telnetd-x jar 2.1.1

Project Modules

There are no modules declared in this project.

User Guide

Build Status Coverage latest release Maven Central Javadocs

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.

Versions

Version
1.0.0