Skip to content

REST API

Compare
Choose a tag to compare
@truschival truschival released this 14 Apr 12:21
· 138 commits to develop since this release
cf7cb2d

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 is Off)
    and TCP port -DREST_API_PORT=6666