中文 | English
TR-069, fully known as "Technical Report 069," is an application layer protocol established by the Broadband Forum (originally DSL Forum). It is used for remote management and configuration of broadband devices for home and business users, such as home gateways, routers, and VoIP phones. The protocol is also known as the CPE WAN Management Protocol (CWMP), enabling Internet Service Providers (ISPs) to automatically configure, monitor, and manage end-devices connected to the network from a central server.
The Quecpython version of TR069 mainly integrates customizable CWMP and RPC features to meet customer needs. Customers only need to register the corresponding time to handle the respective RPC events to participate in the business interaction between ACS and CPE.
We welcome contributions to improve this project! Please follow these steps to contribute:
- Fork this repository.
- Create a new branch (
git checkout -b feature/your-feature). - Commit your changes (
git commit -m 'Add your feature'). - Push to the branch (
git push origin feature/your-feature). - Open a Pull Request.
This project is licensed under the Apache License. For more details, please see the LICENSE file.
If you have any questions or need support, please refer to the QuecPython Documentation or open an issue in this repository.