Skip to content

Dev-Siri/RustyCON

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

RCON Protocol

Basic RCON Protocol implementation in Rust.

Usage

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

Getting Started

  • Clone.
$ gcl https://github.com/Dev-Siri/RustyCON
  • Compile/Install
$ cargo install --path .
  • Run (see the usage section)
$ rscon <conn-url>

License

This project is MIT Licensed. See LICENSE

About

RCON Protcol implementation in Rust.

Topics

Resources

License

Stars

Watchers

Forks

Languages