A small collection of usefull FritzBox SmartHome tools and scripts. Still in development and highly experimental.
A small collection of one usefull FritzBox SmartHome tool and one example script. Still in development and highly experimental.
If you have any issues or questions regarding this tool and script just get in contact with me.
## fb-login-test.sh
## fb-login-test.sh
@ -21,18 +23,28 @@ The config file for both script and client use the same syntax.
## fbsh-cli FritzBox SmartHome Console Client
## fbsh-cli FritzBox SmartHome Console Client
### Compilation
I wrote the fbsh-cli tool to get a small easy low ressourced interface for the Fritzbox Smart Home devices. It should be able to get it running on most of the SoC devices which are out there.
### Preparation
On debian you need the libxml2 and openssl devel pakages for compilation. If you have a debian based distribution you can install them with:
You need the libxml2 and openssl devel pakages for compilation. In addition you will need to download, compile and install the [libUDPTCPNetwork](https://steffen.gulpe.de/gitea/steffen/libUDPTCPNetwork) library which includes some helper functions i use.
If you have a debian based distribution you can install them with:
Compile the source with make and run the binary. If needed manually copy the binary to a place of your choise. The Makefile does not support installation.
## Compilation
No comment here. Just download, compile and run the tool.