-
Notifications
You must be signed in to change notification settings - Fork 4
update tr069 server #1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Open
Open
Changes from all commits
Commits
Show all changes
2 commits
Select commit
Hold shift + click to select a range
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
32 changes: 32 additions & 0 deletions
README_ZH.md
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,32 @@ | ||
| # QuecPython-TR069-CWMP | ||
|
|
||
| 中文| [English](./readme.md) | ||
|
|
||
| ## 概述 | ||
|
|
||
| TR-069,全称为"Technical Report 069",是由Broadband Forum(原DSL Forum)制定的一种应用层协议,用于远程管理和配置家庭和商业用户的宽带设备,如家庭网关、路由器和VoIP电话。该协议也称为CPE WAN Management Protocol(CWMP),它使得互联网服务提供商(ISP)能够从中心服务器上自动配置、监控和管理连接到网络的终端设备。 | ||
|
|
||
| **Quecpython**版本的**TR069**目前主要结合了**CWMP**和**RPC**可定制的功能, 以满足客户需求, 客户只需要注册对应的时间即可处理对应的**RPC**事件来参与**ACS**与**CPE**之间的业务交互。 | ||
|
|
||
| ## 用法 | ||
|
|
||
| - [TR069使用说明](./docs/zh/TR069使用说明.md) | ||
| - [示例代码](./code/main.py) | ||
|
|
||
| ## 贡献 | ||
|
|
||
| 我们欢迎对本项目的改进做出贡献!请按照以下步骤进行贡献: | ||
|
|
||
| 1. Fork 此仓库。 | ||
| 2. 创建一个新分支(`git checkout -b feature/your-feature`)。 | ||
| 3. 提交您的更改(`git commit -m 'Add your feature'`)。 | ||
| 4. 推送到分支(`git push origin feature/your-feature`)。 | ||
| 5. 打开一个 Pull Request。 | ||
|
|
||
| ## 许可证 | ||
|
|
||
| 本项目使用 Apache 许可证。详细信息请参阅 [LICENSE](./LICENSE) 文件。 | ||
|
|
||
| ## 支持 | ||
|
|
||
| 如果您有任何问题或需要支持,请参阅 [QuecPython 文档](https://python.quectel.com/doc) 或在本仓库中打开一个 issue。 |
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.