Skip to content

Latest commit

 

History

History
14 lines (8 loc) · 516 Bytes

README.md

File metadata and controls

14 lines (8 loc) · 516 Bytes

Espera.Network

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.