An open API service indexing awesome lists of open source software.

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

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)