https://github.com/henryssondaniel/teacup-java-protocol
Teacup base protocol repository
https://github.com/henryssondaniel/teacup-java-protocol
protocol protocols teacup
Last synced: 11 months ago
JSON representation
Teacup base protocol repository
- Host: GitHub
- URL: https://github.com/henryssondaniel/teacup-java-protocol
- Owner: HenryssonDaniel
- License: mit
- Created: 2019-10-17T18:51:17.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-11-17T19:45:11.000Z (over 6 years ago)
- Last Synced: 2025-05-13T07:49:33.648Z (about 1 year ago)
- Topics: protocol, protocols, teacup
- Language: Java
- Homepage: https://henryssondaniel.github.io/teacup.github.io/
- Size: 109 KB
- Stars: 0
- 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)
[](https://sonarcloud.io/dashboard?id=HenryssonDaniel_teacup-java-protocol)
[](https://github.com/HenryssonDaniel/teacup-java-protocol/blob/master/doc/release-notes/official.md)
[](http://search.maven.org/#search%7Cgav%7C1%7Cg%3A%22io.github.henryssondaniel.teacup%22%20AND%20a%3A%22protocol%22)
[](https://www.javadoc.io/doc/io.github.henryssondaniel.teacup/protocol)
## What ##
Parent project for all protocol implementations.
This project contains protocol specific interfaces and base classes.
## Why ##
It should be easy to add support for a new protocols.
## How ##
By extracting repeated code as much as possible.