source_server library

Query and RCON implementation of any Source server. (GoldSRC not supported).

Classes

QueryPlayer
A player info returned from the query protocol.
QuerySocket
Wrapper for the query protocol.
RconSocket
Allows the connection to a remote server using the rcon protocol. If the current ip address is banned no reply will be sent and the authentication will hang forever.
ServerInfo
Info returned from a A2A_INFO packet.
ServerOS
Wrapper for the server OS.
ServerRule
A rule returned by SourceServer.getRules.
ServerType
Wrapper for server types.
ServerVAC
Wrapper for the server VAC status.
ServerVisibility
Wrapper for the server visibility.
SourceServer
Wrapper for both RconSocket and QuerySocket

Exceptions / Errors

QueryException
Exceptions thrown when the QuerySocket fails.
RconAuthenticationException
Exceptions thrown when the authentication with the RconSocket fails.
RconException
Exceptions thrown when the RconSocket fails.