The LinkplayKit
is an SDK for your Linkplay Home Audio solution. You can use it to implement you own music experience on both iOS and macOS.
It uses Apple's mDNS NetService
to find devices on your local network. It searches for the _linkplay._tcp.
Bonjour service type, which is used in the Linkplay Technology DIY boards.
All Linkplay devices comes with an HTTP API to retrieve informations about its current status or to control the device. LinkplayKit
provides a developer friendly Swift API. It wraps the complexity of the above mentioned HTTP API.
This software is published under the MIT License.
The package was developed by Frank Gregor.