An ASP.NET Core Web API with Swagger on top to provide easy access to BlueSound's BluOS interface.
It's easy!
- Clone the repo
- Add BluOSBaseUrl to secrets.json; right click project in VS > Manage User Secrets, enter:
{
"BluOSBaseUrl": "http://{yourBluOsDeviceIp}:11000/"
}
- Run and use the Swagger interface