1 stable release
1.0.0 | Jul 25, 2022 |
---|
#534 in Authentication
54 downloads per month
11KB
142 lines
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.
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
Dependencies
~78KB