Module: Glowstone

Defined in:
lib/glowstone.rb,
lib/glowstone/server.rb,
lib/glowstone/version.rb

Defined Under Namespace

Classes: Server

Constant Summary collapse

MAGIC_BYTES =
[0xFE, 0xFD]
REQUEST_BYTE =
{:challenge => [0x09], :query => [0x00]}
CLIENT_ID =
[0x67, 0x6C, 0x6F, 0x77]
DEFAULT_PORT =
25565
DEFAULT_SOCKET_TIMEOUT =

seconds

5
VERSION =
"1.0.5"