Update README.md

This commit is contained in:
casey langen 2019-01-31 21:02:21 -08:00 committed by GitHub
parent 7fdd4d0cbd
commit 7f170eb4f4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -8,4 +8,4 @@ a playback remote and streaming audio server for `musikcube` using web sockets a
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).
the backend plugin uses [`websocketpp`](https://github.com/zaphoyd/websocketpp) and [`libmicrohttpd`](https://www.gnu.org/software/libmicrohttpd/). the android client uses [`nv-websocket-client`](https://github.com/TakahikoKawasaki/nv-websocket-client) and [`exoplayer`](https://github.com/google/ExoPlayer).