Readme: Update readme.
This commit is contained in:
parent
e69a0311fd
commit
8ec555b3a6
13
README.en.md
13
README.en.md
@ -19,7 +19,7 @@ echo 'src-git modem https://github.com/FUjr/modem_feeds.git;main' >> feeds.conf.
|
|||||||
./scripts/feeds install -a -p modem
|
./scripts/feeds install -a -p modem
|
||||||
```
|
```
|
||||||
|
|
||||||
Force update library drivers (use this library drivers):
|
Force update library drivers (use this library's drivers):
|
||||||
|
|
||||||
```shell
|
```shell
|
||||||
./scripts/feeds install -a -f -p modem
|
./scripts/feeds install -a -f -p modem
|
||||||
@ -135,12 +135,23 @@ This page allows users to configure each slot.
|
|||||||
| **Enable 5G to Ethernet** | Enables communication via network interface for supported modules. |
|
| **Enable 5G to Ethernet** | Enables communication via network interface for supported modules. |
|
||||||
| **Associated USB** | Associates USB ports with PCIe ports for better AT communication compatibility. |
|
| **Associated USB** | Associates USB ports with PCIe ports for better AT communication compatibility. |
|
||||||
|
|
||||||
|
### Module Configuration
|
||||||
|
|
||||||
|
This page allows users to modify module configurations. It is an advanced feature, and incorrect usage may cause the device to malfunction. The primary purpose is to manually add modules not in the compatibility list.
|
||||||
|
The configuration introduces `post_init` and `pre_dial` options, allowing users to set custom delays and send custom AT commands after module initialization or before dialing. Other options are self-explanatory.
|
||||||
|
|
||||||
## Development Plan
|
## Development Plan
|
||||||
|
|
||||||
| Plan | Progress |
|
| Plan | Progress |
|
||||||
|-------------------------------------------|----------------------|
|
|-------------------------------------------|----------------------|
|
||||||
| Separate backend from luci-app completely | 0% |
|
| Separate backend from luci-app completely | 0% |
|
||||||
| Switch to js luci | 5% |
|
| Switch to js luci | 5% |
|
||||||
|
| Support more modules | 0% |
|
||||||
|
| Use at_daemon to monitor module AT events | 5% |
|
||||||
|
| Add phone functionality | 0% |
|
||||||
|
| Improve documentation | 0% |
|
||||||
|
| Add diagnostic features for user debugging | 0% |
|
||||||
|
| Add contributor and maintainer info in code | 0% |
|
||||||
|
|
||||||
# Acknowledgments
|
# Acknowledgments
|
||||||
|
|
||||||
|
@ -153,11 +153,17 @@ make menuconfig
|
|||||||
|
|
||||||
## 开发计划
|
## 开发计划
|
||||||
|
|
||||||
|
欢迎大家参与贡献,目前计划如下:
|
||||||
| 计划 | 进度 |
|
| 计划 | 进度 |
|
||||||
| ---------------------------- | ---- |
|
| ---------------------------- | ---- |
|
||||||
| 将后端程序与luci-app完全分离 | 0 |
|
| 将后端程序与luci-app完全分离 | 0 |
|
||||||
| 切换js luci | 5% |
|
| 切换js luci | 5% |
|
||||||
|
| 支持更多模组 | 0 |
|
||||||
|
| 使用at_daemon 用于监听模组主动发送的at事件 | 5% |
|
||||||
|
| 电话功能 | 0 |
|
||||||
|
| 完善(开发和使用)文档 | 0 |
|
||||||
|
| 增加诊断功能,便于用户复制信息 | 0 |
|
||||||
|
|在代码中添加贡献者和维护者信息 | 0 |
|
||||||
|
|
||||||
# 鸣谢
|
# 鸣谢
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user