The goal of this project is to easily discover Sonos devices on your network and interact with them. The project is still in development and not fully functional.
Simply execute :
gradlew run
Execute discovery.Discovery.main()
with the following VM args -Djava.net.preferIPv4Stack=true
##Other notes:
- You cannot be running the native Sonos controller app when running this app (they try to listen on the same port and an exception is thrown)