« Xojo Meetings in Euro… | Home | MBS Filemaker Plugin,… »

EasyTCPSocket Packet format

Recently we had need to write a counter part in another development tool for EasyTCPSocket, so here is the format description of the packets:
  • Packet starts with 4 byte length as Integer, big endian
  • Followed by 4 byte command code as integer (big endian)
  • Followed by the actual packet data
With this information, everyone can write a counter part and maybe someone from Xojo wants to officially confirm that and document it.
24 09 14 - 10:55