Basic RCON Protocol implementation in Rust.
Run the program with cargo run
and provide a peer connection address
$ cargo run --release -- 127.0.0.1:8080
You can then type your commands
<pak_id> <type> say <body>
# example
69420 SERVER_DATA_EXEC_COMMAND say hello_world
- Clone.
$ gcl https://github.com/Dev-Siri/RustyCON
- Compile/Install
$ cargo install --path .
- Run (see the usage section)
$ rscon <conn-url>
This project is MIT Licensed. See LICENSE