Fritzbox
- freetz-ng
- firmware modification for AVM devices like FRITZ!Box
APIs
- AVM: schnittstellen
- AVM TR-064 – First Steps
- TR-064: x_contactSCPD
- The service allows to configure contact features
- TR-064: X_VoIP
- SIP/Voip API
- Example call
- TR-064: x_contactSCPD
tr-064 SOAP API
- fritzconnection
- Python library to communicate with the AVM Fritz!Box by the TR-064 protocol, the AHA-HTTP-Interface and also provides call-monitoring.
- a1fbox
- Fritz!Box tool set, e.g. parsing the call monitor, adding phone entries to phonebook, auto-blocking calls etc.
- Based on fritzconnection
- Outdated, last commit 2021
- Arduino-TR-064-SOAP-Library
- Arduino library for the TR-064 protocol, most commonly used by the Fritz!Box router API
Tools:
- fritzbox-soap-json
- Using Python 3 to send SOAP requests and get JSON formatted replies.
- fritz_TR-064
- Fritzbox tools for TR-064
Examples:
- curl example
- "Get" python example