Skip to content

conqp/rcon-rs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

rcon-rs

Implementation of RCon protocols in Rust.

BattlEye RCon

To use the BattlEye RCon client, enable the battleye feature.

Official protocol documentation:

Source RCON

To use the Source RCON protocol, enable the source feature.

Official protocol documentation:

Generic client

A generic client rconclt can be build using the features cli, battleye, and source.

Game-specific extensions

The crate features some extension traits for game-specific capabilities, such as player management and messaging.

DayZ

By enabling the feature dayz, you get additional traits on the battleye::Client for DayZ servers.

Minecraft

An extension for Minecraft for the source::Client is planned.

About

Implementation of RCon protocols in Rust

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages