REST API
Working minimal REST API to create/list/delete Alarms, Radio Stations and Podcast RSS streams
listening at http://<your_ip>:6666/api/1.0/
New configuration:
- REST server configurable with
-DREST_API=On
(default isOff
)
and TCP port-DREST_API_PORT=6666