Module: Rcon

Defined in:
lib/rcon.rb,
lib/rcon/client.rb,
lib/rcon/packet.rb,
lib/rcon/version.rb,
lib/rcon/response.rb,
lib/rcon/error/error.rb,
lib/rcon/socket_wrapper.rb

Overview

This module is based on the Source RCON Protocol. It is to be used for executing remote commands on servers that implement this protocol, or various flavors of it.

The goal was to design something that could be used to work with the default protocol implementation, but also offer

the flexibility to work with problem-children implementations such as the one used by Minecraft.

Defined Under Namespace

Modules: Error Classes: AuthResponse, Client, CommandResponse, Packet, Response, SocketWrapper

Constant Summary collapse

VERSION =

current version number

"0.1.2"