https://github.com/dev-siri/rustycon
RCON Protcol implementation in Rust.
https://github.com/dev-siri/rustycon
rcon-protocol rust
Last synced: 2 months ago
JSON representation
RCON Protcol implementation in Rust.
- Host: GitHub
- URL: https://github.com/dev-siri/rustycon
- Owner: Dev-Siri
- License: mit
- Created: 2024-03-27T21:06:28.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-03-16T14:53:14.000Z (3 months ago)
- Last Synced: 2025-03-16T15:48:43.333Z (3 months ago)
- Topics: rcon-protocol, rust
- Language: Rust
- Homepage:
- Size: 5.86 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# RCON Protocol
Basic RCON Protocol implementation in Rust.
## Usage
Run the program with `cargo run` and provide a peer connection address
```sh
$ cargo run --release -- 127.0.0.1:8080
```You can then type your commands
```sh
say# example
69420 SERVER_DATA_EXEC_COMMAND say hello_world
```## Getting Started
- Clone.
```sh
$ gcl https://github.com/Dev-Siri/RustyCON
```- Compile/Install
```sh
$ cargo install --path .
```- Run (see the usage section)
```
$ rscon
```## License
This project is MIT Licensed. See [LICENSE](LICENSE)