Add information regarding origin and decesion of the project

This commit is contained in:
Augusto Dwenger J. 2022-03-03 18:37:20 +01:00
parent a0941f3532
commit 290507617d
No known key found for this signature in database
GPG key ID: 7D7B4CC39FCB77D9

View file

@ -3,6 +3,10 @@
A basic Golang library for the
[RCON Protocol](https://developer.valvesoftware.com/wiki/Source_RCON_Protocol).
This is kind of a implementation of the
[rcon](https://github.com/hamburghammer/rcon) lib with a simplified API that
should empower the user.
## Features
- Max control over the underlying connection.
@ -42,6 +46,11 @@ specific implementations in the future.
Make the best std lib that provides a low-level implementation but also offers
packages/ways to abstract the handling with single packets.
I was unhappy with the API of the [rcon](https://github.com/hamburghammer/rcon)
lib and decided to build a new package to not break the old API. I could also
have opted to make a version 2 of the old lib, but I feel like the focus has
shifted and it wouldn't be that clear with a new major version.
## License
This lib is licensed under the [MIT License](LICENSE) and contains parts of the