https://github.com/znitche/yarcon
yet another rcon client implementation
https://github.com/znitche/yarcon
minecraft rcon rcon-client
Last synced: 12 months ago
JSON representation
yet another rcon client implementation
- Host: GitHub
- URL: https://github.com/znitche/yarcon
- Owner: zNitche
- License: mit
- Created: 2024-08-14T21:45:14.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2024-08-15T18:48:02.000Z (over 1 year ago)
- Last Synced: 2025-01-29T12:15:27.876Z (about 1 year ago)
- Topics: minecraft, rcon, rcon-client
- Language: Python
- Homepage:
- Size: 4.88 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# yarcon
yet another rcon client implementation
Fairly simple implementation of RCON client, mainly built to work with minecraft servers.
### Usage
Example at [main.py](main.py)
### Resources
- [VALVE RCON protocol](https://developer.valvesoftware.com/wiki/Source_RCON_Protocol)