Arduino Websocket to control Spotify

Hi All,

I'm currently trying to build a small music player which controls spotify. I'll be doing this with websockets and have already written the spotify app which currently works browser > spotify. I now want to get rid of the browser element and control spotify through arduino.

However, I'm finding it hard to find any kind of websocket library to use as none of them seem to compile. Could anyone point me in the right direction?

Thanks

Hi Patrick,

I'm starting a project soon where i need Arduino to act as websocket server. Have you taken a look at this project?

https://github.com/ejeklint/Arduino-Websocket-Server

If so, did it compile? what other webSocket servers did you find?