Espera.Network
October 2, 2014 ยท View on GitHub
This repository contains the DTOs and network protocol helpers for the Espera remote control API.
Protocol
The protocol is a simple fixed-header TCP protocol
Structure
Each message begins with a 4-byte header that describes the length of the message content.
This is followed by a GZip-compressed, JSON-serialized representation of the NetworkMessage class.