mirror of
https://github.com/HEYAHONG/MT7688Demo.git
synced 2025-05-08 23:31:09 +08:00
添加appubus说明
This commit is contained in:
parent
b41d7992d2
commit
23d11a5ee0
@ -40,6 +40,12 @@ usign -G -c "注释信息" -p key-build.pub -s key-build
|
||||
|
||||

|
||||
|
||||
### appubus
|
||||
|
||||
软件包实现目录为 [packages/appubus](packages/appubus)。使用C++封装常用的ubus客户端功能。
|
||||
|
||||

|
||||
|
||||
### MQTTDaemon
|
||||
|
||||
软件包实现目录为 [packages/MQTT/MQTTDaemon/](packages/MQTT/MQTTDaemon/) 。MQTT守护进程,可连接MQTT Broker。
|
||||
|
BIN
doc/image/appubus.png
Normal file
BIN
doc/image/appubus.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 91 KiB |
21
packages/appubus/ReadMe.md
Normal file
21
packages/appubus/ReadMe.md
Normal file
@ -0,0 +1,21 @@
|
||||
# 说明
|
||||
|
||||
本软件包为ubus客户端连接程序库,主要使用C++封装常用的ubus功能。
|
||||
|
||||
本软件主要采用CMake管理源代码,源代码目录为[src](src)。
|
||||
|
||||
本软件包依赖如下软件包:
|
||||
|
||||
- C/C++运行时库:libstdcpp libc librt
|
||||
- pthread线程库:libpthread
|
||||
- libubus
|
||||
- libubox
|
||||
- libjson-c
|
||||
- libblobmsg-json
|
||||
- jsoncpp
|
||||
|
||||
主要功能如下:
|
||||
|
||||
- 自动连接ubus守护进程。
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user