battleye-rust 1.0.0

Simplify authentication, acknowledge automation, input validation and sending commands using BattlEye RCON UDP connection.
Documentation
  • Coverage
  • 11.11%
    1 out of 9 items documented0 out of 2 items with examples
  • Size
  • Source code size: 17.53 kB This is the summed size of all the files inside the crates.io package for this release.
  • Documentation size: 470.08 kB This is the summed size of all files generated by rustdoc for all configured targets
  • Ø build duration
  • this release: 11s Average build duration of successful builds.
  • all releases: 11s Average build duration of successful builds in releases after 2024-10-23.
  • Links
  • steffalon/battleye-rust
    7 1 0
  • crates.io
  • Dependencies
  • Versions
  • Owners
  • steffalon

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