Difference between revisions of "Fritzbox-java-api"

From BITPlan Wiki
Jump to navigation Jump to search
Line 5: Line 5:
 
You might want to set your application properties in $HOME/.fritzbox/application.properties
 
You might want to set your application properties in $HOME/.fritzbox/application.properties
 
<source lang='bash'>
 
<source lang='bash'>
fritzbox.url = http://fritz.box
+
fritzbox.url=http://fritz.box:443
fritzbox.username =
+
fritzbox.username=user
fritzbox.password = secret
+
fritzbox.password=secret
 
</source>
 
</source>
  
 
= Links =
 
= Links =
 
* https://www.pcwelt.de/ratgeber/Dect-Funksteckdosen-10022547.html
 
* https://www.pcwelt.de/ratgeber/Dect-Funksteckdosen-10022547.html

Revision as of 10:56, 26 October 2017

Configuration File

You might want to set your application properties in $HOME/.fritzbox/application.properties

fritzbox.url=http://fritz.box:443
fritzbox.username=user
fritzbox.password=secret

Links