rcon-server
A implementation of the RCON protocol on the server side.
Why do you need an RCON server implementation?
rcon-server is primarily designed as a tool for testing, e.g. with unit tests. Installing, running, updating, etc a regular srcds server might use a lot of resources. >10GB of storage space per server is not uncommon. Also it is hard to get some results from an server in a test environment. A server only reports the amount of users which are on the server. Getting several people on a server for testing is pretty annoying and time consuming. rcon-server allows you to implement a function that returns an answer per command.
Specification
The RCON Specification can be found here: [https://developer.valvesoftware.com/wiki/Source_RCON_Protocol]
How to install
pip install rcon-server
how to run the tests:
cd rcon_server
python3 -m unittest
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
File details
Details for the file rcon_server-0.1.3.tar.gz.
File metadata
- Download URL: rcon_server-0.1.3.tar.gz
- Upload date:
- Size: 11.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via:
twine/1.13.0 pkginfo/1.5.0.1 requests/2.21.0 setuptools/41.0.1 requests-toolbelt/0.9.1 tqdm/4.28.1 CPython/3.7.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
73950f47dc9101e8c0cdeed0f6b1830590b6c1235290c5fd2555df6ff689af19
|
|
| MD5 |
8373100d62370e5b8568d279e555bf64
|
|
| BLAKE2b-256 |
79d8e1e5d5864dd14982a83db4303f7266d9e2cb88e72bddeb065172a9582009
|