Skip to content

Kzlp/TR069-Server

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

QuecPython-TR069-CWMP

中文 | English

Overview

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.

Usage

Contribution

We welcome contributions to improve this project! Please follow these steps to contribute:

  1. Fork this repository.
  2. Create a new branch (git checkout -b feature/your-feature).
  3. Commit your changes (git commit -m 'Add your feature').
  4. Push to the branch (git push origin feature/your-feature).
  5. Open a Pull Request.

License

This project is licensed under the Apache License. For more details, please see the LICENSE file.

Support

If you have any questions or need support, please refer to the QuecPython Documentation or open an issue in this repository.

About

TR069 server for QuecPython

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%