You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
4 years ago | |
---|---|---|
.gitignore | 4 years ago | |
Makefile | 4 years ago | |
README.md | 4 years ago | |
cfg.cc | 4 years ago | |
cfg.h | 4 years ago | |
fb-login-test.sh | 4 years ago | |
fbsh-cli.cc | 4 years ago | |
fbsh.cc | 4 years ago | |
fbsh.h | 4 years ago | |
tcp.cc | 4 years ago | |
tcp.h | 4 years ago |
README.md
FBSmartHome
fbsh-cli - FritzBox SmartHome Console Client
Configuration File
To set some default settings and create the configuration file, just run the command.
./fbsh-cli -host http://192.168.0.1 -user SOMEUSER -pass SOMEPASSWORD saveconfig
The default configuration will be saved under $HOME/.fbsh.config
. In addition the client will save a SID file .fbsh.sid
which contains the last known SID (session ID). This file will also be located inside the home directory.
Check the Login
Test the connection with ./fbsh-cli connect
. The successfull conntion will look like:
user@desktop ~/FBSmartHome $ ./fbsh-cli connect
SID:989346018a2dca53
user@desktop ~/FBSmartHome $
Supported Commands
- saveconfig
- connect
- list
- help
Currently Not Working
- HTTPS is yet not supported