rcon 0.0.5

An rcon protocol implementation
Documentation

rust-rcon Build Status

An RCON implementation in the Rust programming language.

This project aims to at least work with the Minecraft implementation of RCON.

Status

  • basic rcon sessions work
  • multi-packet responses are not implemented
  • the maximum request size of the Minecraft implementation is not respected

How to install

Add this your Cargo.toml:

[dependencies]
rcon = "0"

How to use

extern crate rcon;

Examples

See the examples in the examples folder

Contributing

Contributions are welcome!