Fritzbox-java-api: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
|||
| 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 08:56, 26 October 2017
- https://github.com/WolfgangFahl/fritzbox-java-api is a fork of
- https://github.com/kaklakariada/fritzbox-java-api
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