https://github.com/bitplan/com.bitplan.fritzbox
Java API for AVM FritzBox Homeautomation
https://github.com/bitplan/com.bitplan.fritzbox
fritz-box fritzbox
Last synced: about 1 year ago
JSON representation
Java API for AVM FritzBox Homeautomation
- Host: GitHub
- URL: https://github.com/bitplan/com.bitplan.fritzbox
- Owner: BITPlan
- License: apache-2.0
- Created: 2018-08-04T04:05:22.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2020-10-31T09:36:33.000Z (over 5 years ago)
- Last Synced: 2025-04-05T00:41:16.201Z (over 1 year ago)
- Topics: fritz-box, fritzbox
- Language: Java
- Size: 3.23 MB
- Stars: 3
- Watchers: 3
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
### com.bitplan.fritzbox
[Java API for AVM FritzBox Homeautomation](http://wiki.bitplan.com/index.php/Fritzbox-java-api)
[](https://travis-ci.org/BITPlan/com.bitplan.fritzbox)
[](https://search.maven.org/artifact/com.bitplan/com.bitplan.fritzbox/0.0.5/jar)
[](https://github.com/BITPlan/com.bitplan.fritzbox/issues)
[](https://github.com/BITPlan/com.bitplan.fritzbox/issues/?q=is%3Aissue+is%3Aclosed)
[](https://www.apache.org/licenses/LICENSE-2.0)
[](http://www.bitplan.com)
### Documentation
* [Wiki](http://wiki.bitplan.com/index.php/Fritzbox-java-api)
* [com.bitplan.fritzbox Project pages](https://BITPlan.github.io/com.bitplan.fritzbox)
* [Javadoc](https://BITPlan.github.io/com.bitplan.fritzbox/apidocs/index.html)
* [Test-Report](https://BITPlan.github.io/com.bitplan.fritzbox/surefire-report.html)
### Maven dependency
Maven dependency
```xml
com.bitplan
com.bitplan.fritzbox
0.0.5
```
[Current release at repo1.maven.org](https://repo1.maven.org/maven2/com/bitplan/com.bitplan.fritzbox/0.0.5/)
### How to build
```
git clone https://github.com/BITPlan/com.bitplan.fritzbox
cd com.bitplan.fritzbox
mvn install
```
## Version history
* 0.0.1: 2018-08-04 First release via GitHub / Maven central
* 0.0.2: 2018-08-07 adds call list option
* 0.0.3: 2018-08-07 adds FritzBoxSessionBuilder and FritzBoxImpl.getInstance()
* 0.0.4: 2018-08-10 adds ainForName lookup
* 0.0.5: 2018-08-24 connect/close for session handling to avoid timeouts - close session for every command