Thanks to visit codestin.com
Credit goes to Github.com

Skip to content

raian621/yarcon

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Yet Another RCON Client (written in Rust btw)

codecov ci Rust Report Card

Currently, this RCON client is pretty basic, but should be able to interface with most servers that use the RCON protocol.

Usage

yarcon -H HOSTNAME_HERE -P PORT_HERE -p PASSWORD_HERE

Installation

You can download a pre-compiled binary for most OSes in the Releases section of this repo.

Compilation

To compile yarcon on your machine, ensure you have the Rust toolchain installed, then clone the yarcon repo on your machine, navigate to the yarcon project directory, and run:

cargo build --release

in your terminal. The compiled binary can be found in the target/releases folder of the project directory.

Running

To run the project in development, simply run

cargo run -- <args>

About

Yet Another RCON Client (written in Rust btw)

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages