Sha256: fc901e1299c99a85cbe6c5d84b204f1caf1a2b2bbd19b03a83ce1e5be2d9f15a
Contents?: true
Size: 340 Bytes
Versions: 2
Compression:
Stored size: 340 Bytes
Contents
require 'maxcube/network' require 'maxcube/messages/udp/parser' require 'maxcube/messages/udp/serializer' module MaxCube module Network # This module contains classes aimed onto UDP network tools # related to Cube protocol. module UDP # Common port used in Cube UDP communication. PORT = 23_272 end end end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
maxcube-client-0.5.1 | lib/maxcube/network/udp.rb |
maxcube-client-0.5.0 | lib/maxcube/network/udp.rb |