Change channel of Busch-Jaeger via HTTP-GET

Change channel of Busch-Jaeger via HTTP-GET

by flandersen


Posted on December 25, 2015


The internet radio Busch-Jaeger 8216U allows to change channel via HTTP-GET.

Busch-Jaeger 8216U INet Radio

Since it requires no authentication all you need is to send the HTTP-GET request like:

<html>
  <head>
  <titel>Sender</titel>
  </head>
  <body>
    <a href="http://<ipaddress>/index.cgi?n1=R.SH&amp;p1=+Abspielen+">R.SH</a>
    <a href="http://<ipaddress>/index.cgi?n2=Antenne+Bayern&amp;p2=+Abspielen+">Antenne Bayern</a>
  </body>
</html>

but it requires that your station list is configured the same.

Busch-Jaeger 8216U INet Radio


Previous article