battleye-rust

Crates.iobattleye-rust
lib.rsbattleye-rust
version1.0.0
sourcesrc
created_at2022-07-25 15:28:16.495299
updated_at2022-07-25 15:28:16.495299
descriptionSimplify authentication, acknowledge automation, input validation and sending commands using BattlEye RCON UDP connection.
homepage
repositoryhttps://github.com/steffalon/battleye-rust
max_upload_size
id632651
size17,533
Simon (steffalon)

documentation

README

logo

BattlEye Remote Control Rust

It is a modest BattlEye RCON library made in rust. This support developers to perform authentication, acknowledging packets and sending commands via UDP socket connection. There is an example how you can implement/use this library.

MIT licensed


Features

  • Authentication
  • Dispatch commands
  • Observe packets
  • Acknowledge logic after receiving a packet from the server
  • CRC-32 validation on every received packet
  • Keep alive connection method included
  • Non-blocking read & write to socket (See examples)
  • Error handling
  • Build self-testing

Cargo dependencies

  • crc32fast
Commit count: 27

cargo fmt