This is an attempt to document the API between Noxon iRadio devices
and the servers at vtuner.com
and my-noxon.net
.
Noxon iRadio devices have a couple of hard-coded menu entries that connect to certain HTTP urls when accessing them:
- Internetradio
- Podcasts
- My Noxon
The server returns XML data representing menus that get shown on the radio. Menus consist of folders, audio URLs, unactionable message entries and popup messages.
Contents
- Noxon iRadio (original white version)
- Noxon iRadio cube
This documentation has been written by Christian Weiske, cweiske+noxon@cweiske.de.
Last update: ##UPDATE##
It is licensed under the GNU Free Documentation License.
The documentation sources are available at http://git.cweiske.de/noxon-api.git/ and mirrored at https://github.com/cweiske/noxon-api
A rendered version of this documentation is available at http://cweiske.de/noxon-api.htm
You need to install rst2html5
before:
$ pip install rst2html5-tools
Rendering the docs is done via a build script:
$ ./build.sh