Update README.md

This commit is contained in:
casey langen 2019-01-31 20:57:34 -08:00 committed by GitHub
parent ba3e8469d3
commit 199d4a3a40
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,11 +1,10 @@
# musikcube-websockets
a playback remote for musikcube using web sockets.
a playback remote for `musikcube` using web sockets.
musikcube for windows, macOS, and linux are supported. an android client is included as well.
`musikcube` for windows, macOS, and linux are supported. `musikdroid` is a reference implementation for clients.
this is currently a hack-and-slash proof-of-concept. the code is ugly, but it works pretty well. i currently have it running 24/7 on a raspberry pi with an [iqaudio dac+](http://iqaudio.co.uk/audio/8-pi-dac-0712411999643.html), paired with a first generation moto g as a remote.
[api documentation can be found here](https://github.com/clangen/musikcube/wiki/remote-api-documentation).
the code is somewhat ugly, but it works pretty well. i currently have it running 24/7 on a raspberry pi with an [iqaudio dac+](http://iqaudio.co.uk/audio/8-pi-dac-0712411999643.html), paired with a first generation moto g as a remote.
the backend plugin uses [websocketpp](https://github.com/zaphoyd/websocketpp). the android client uses [nv-websocket-client](https://github.com/TakahikoKawasaki/nv-websocket-client).