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.
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&p1=+Abspielen+">R.SH</a>
<a href="http://<ipaddress>/index.cgi?n2=Antenne+Bayern&p2=+Abspielen+">Antenne Bayern</a>
</body>
</html>
but it requires that your station list is configured the same.
Previous article