slimproto 0.1.3

A library for building Slim protocol clients
Documentation

Slim Protocol using Tokio and Futures

This library simplifies communicating with a Logitech Media Server, aka LMS, aka Slim Server by providing suitable asynchronous objects.

Primarily, communicating with the server is done by instantiating asynchronous Stream and Sink objects and then reading from and writing to them. Creating these protocol objects is done with SlimProto.

This library also provides a discover function to enable auto-discovery of LMS servers on the network and a StatusData struct to simplify the creation of the regular status messages the server requires.

In order to use this library it's a good idea to have studied the Slim TCP Protocol first so that this library makes sense.