https://github.com/compscidr/test-servers
A collection of test servers and clients written in kotlin to run protocol tests against
https://github.com/compscidr/test-servers
datagram echo kotlin server tcp udp
Last synced: 6 days ago
JSON representation
A collection of test servers and clients written in kotlin to run protocol tests against
- Host: GitHub
- URL: https://github.com/compscidr/test-servers
- Owner: compscidr
- License: gpl-3.0
- Created: 2022-10-20T21:42:13.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2026-05-27T21:05:53.000Z (17 days ago)
- Last Synced: 2026-05-27T23:06:51.875Z (17 days ago)
- Topics: datagram, echo, kotlin, server, tcp, udp
- Language: Kotlin
- Homepage:
- Size: 831 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# test-servers
[](https://github.com/compscidr/test-servers/actions/workflows/test.yml)
[](https://codecov.io/gh/compscidr/test-servers)
This repository is a collection of servers written in kotlin to be used for protocol testing. These
will be published as a consumable artifact that can be included as a test dependency for projects
that wish to test against some type of servers.
This may be useful, for example, for VPN clients, DNS clients, etc. The servers can be run locally
within a CI environment, in a docker container, or on a remote server.
These servers should be not used for a production environment.