Sonos music controller

Former Member
Former Member
Application to control your Sonos devices. Just something very simple.

Play/Pause/Next/Vol Up/Vol Down

I think Sonos devices use a UpNP API.
  • Former Member
    Former Member over 9 years ago
    UnPP library

    Copy the same GUI as the built in music player is probably best.

    Is there a UnPP library available for monkey C?
  • Sonos exposes a SOAP-based API (XML), and ConnectIQ supports JSON-based REST APIs. For this to work a proxy of some sort would likely be necessary, either as an app on a mobile device or as a service running on a computer on your network.

    Travis