RCON Client API Reference¶
This page covers classes used for generic BattlEye RCON, like Arma Reforger. For Arma 3 and DayZ-specific classes, see the berconpy.ext.arma API Reference.
Client Interface¶
This covers the most important classes for handling RCON.
An implementation of the RCON client protocol using asyncio. |
|
Provides an event handler system for use with asyncio. |
Client Connector¶
These classes are generally not necessary to know about, but may be desired if the default networking needs to be tweaked.
An asyncio implementation of the |
|
Provides a bridge between |
|
Handles sending commands and waiting for responses. |
|
Specifies the configuration used for the |
Exceptions¶
These exceptions are raised by RCONClient.
Raised when the client could not log into the RCON server. |
|
Raised when the password given to the RCON server was incorrect. |
|
Raised when the RCON server could not respond to our login attempts. |
|
The base class for RCON errors. |
|
Raised when an issue occurs during execution of an RCON command. |