x789 / xonox

An alternative service for legacy NOXON(tm) devices
GNU Affero General Public License v3.0
6 stars 2 forks source link

Support for Noxon iRadio #18

Closed x789 closed 1 month ago

x789 commented 4 months ago

My iRadio is running Firmware-Version 3.8.36.6923, Bootloader-Version 6834 (available here http://ultron.info/NOXON/NOXON_iRadio/Update/Beta/).

The iRadio DNS queries radio567.vtuner.com, radio5672.vtuner.com, www.terratec.com and www.my-noxon.com - there are NO DNS queries to noxonserver.eu. These domains are being redirected (via PiHole).

Using another tool I was able to monitor the iRadio web requests. Initially I suspected the issue was related to the domain name or a configuration issue, but after further investigation it appears the iRadio is requesting a different URL that the one in your code.

Here are the 3 online queries and the URL's

Internet Radio = /setupapp/radio567/asp/BrowseXPA/LoginXML.asp
Podcasts = /setupapp/radio567/asp/BrowseXPA/loginXML.asp
My Noxon = /RadioNativeLogin.php

For reference the image linked below is the iRadio model being used.

https://www.noxon.ch/wp-content/uploads/2017/10/noxon-iradio-300x215.jpg

Finally: I've run strings on the 4 most recent firmware versions from _http://ultron.info/NOXON/NOXON_iRadio/Update/_ and the two firmware versions available at https://www.noxon.ch/support/downloads/ (under iRadio) - they all contain the previous listed 4 domains and none contain any noxonserver.eu domains.

Originally posted by @Hack5190 in https://github.com/x789/xonox/issues/13#issuecomment-1916276959

x789 commented 4 months ago

I released the version 1.1.0 of xonox that adds support for Noxon 2 Audio and Noxon iRadio. @Hack5190: Does it work when you redirect radio567.vtuner.com and radio5672.vtuner.com to your xonox-instance?