Skip to content

panicbit/rust-rcon

Repository files navigation

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
    • works with minecraft
    • not working with factorio

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

License

Licensed under either of

Contribution

Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in the work by you shall be dual licensed as above, without any additional terms or conditions.

About

An RCON implementation in Rust

Resources

License

Apache-2.0, MIT licenses found

Licenses found

Apache-2.0
LICENSE-APACHE
MIT
LICENSE-MIT

Stars

Watchers

Forks

Packages

 
 
 

Languages