Module: MaxCube::Network::TCP
- Defined in:
- lib/maxcube/network/tcp.rb,
lib/maxcube/network/tcp/client.rb,
lib/maxcube/network/tcp/sample_server.rb,
lib/maxcube/network/tcp/client/commands.rb
Overview
This module contains classes aimed onto TCP network tools related to Cube protocol.
Defined Under Namespace
Classes: Client, SampleServer
Constant Summary collapse
- PORT =
Common port used in Cube TCP communication.
62_910