Skip to content

Simplify authentication, acknowledge automation, input validation and sending commands using BattlEye RCON UDP connection.

License

Notifications You must be signed in to change notification settings

steffalon/battleye-rust

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Simplify authentication, acknowledge automation, input validation and sending commands using BattlEye RCON UDP connection.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages