Difference between revisions of "Fritzbox-java-api"
Jump to navigation
Jump to search
Line 4: | Line 4: | ||
= Configuration File = | = Configuration File = | ||
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'> | ||
+ | fritzbox.url = http://fritz.box | ||
+ | fritzbox.username = | ||
+ | fritzbox.password = secret | ||
+ | </source> |
Revision as of 09:20, 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
fritzbox.username =
fritzbox.password = secret