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
