i try to access my Fritzbox with soap and java, my first goal is to tell the fritzbox it should reconnect.
The java programm dosen´t come up with an exception but the router dosen´t reconnect.
I checked the tr64desc.xml if the soap stuff is…
Hey is it possible to run a .sh file on my local fritzbox router?
NEW_IP=`curl -s http://ipv4.icanhazip.com`
CURRENT_IP=`cat /path/to/current/ip.txt`
if [ "$NEW_IP" = "$CURRENT_IP" ]
then
echo "No Change in IP Address"
else
#domain-one
curl…
I am trying to access my FritzBox via HTMLUnit, but got error that my browser was too old and not supported.
try (final WebClient webClient = new WebClient(BrowserVersion.CHROME))…
i want to write a test / check condition in icinga2 using the check_nwc_health check to get some status infos of avm dect 200 electricity socket where gives informations about state of connection, power on, energy consumption etc, of the connected…
I have a Fritzbox 7490 router and have port forwarded (i think) a port 8080.
This port is not open externally for some reason but is accessible through the router ip address.
I set up a nodejs express app that hosts html pages and listens on port…
So I wanted to host my backed on my machine for my website.
The Problem is I can't the frontend works perfectly but the Flask backend doesn't.
The backend works when I use localhost or my local ip to access it.
But doesn't work when I try to use it…
I'm trying since days to get the info of via Wifi connected hosts from my FritzRepeater which is offering an SOAP API for that. I'm using curl... everything is working fine until I have to use arguments/parameters. It seems like I'm missing…
I am just learning how to send SOAP requests to my AVM FritzBox 7270 router using C#.
Here ist my method that sends a SOAP request to the router:
private string Execute(string controlUrl, string serviceType, string action)
{
…
Searching for a control in c# which can do the following:
Should be a chart, on top the hours (0-24) on the left the days (Mon-Sun). Then I want the user to set a schedule for the days in the week. E.g. first shift starts from Mo-Fr at 8:00 and ends…