You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
zhaohe b472cb6572 小空间消毒机支持水浸报警 1 year ago
.vscode update 1 year ago
configs add config.json 1 year ago
h2o2_computer V2.2 1 year ago
iflytoplinuxsdk@7fa44239c9 V4.0 1 year ago
release/v2.0 v2.0 1 year ago
scripter 添加脚本 1 year ago
src 小空间消毒机支持水浸报警 1 year ago
test_src udpate 2 years ago
toolchain init 2 years ago
transmit_disinfection_protocol_v1@c39bd364d8 小空间消毒机支持水浸报警 1 year ago
transmit_disinfection_public_code@cb08e3bf11 update 1 year ago
zcmake@a68cdff520 update 2 years ago
.clang-format update 1 year ago
.gitignore init 2 years ago
.gitmodules update 1 year ago
CMakeLists.txt V2.2 1 year ago
README.md update 1 year ago
build_all.sh 添加脚本 1 year ago
init.sh update 2 years ago
packet.sh init 2 years ago
project_config.env init 2 years ago
protocol.md V4.0 1 year ago
储液桶分段体积计算.pdf 校准小空间加液桶体积 1 year ago
测试指令.md update 2 years ago

README.md

README

    V2.2
        1.添加H2O2-RS计算算法


    TODO:
        1. 如果CAN总线意外断开,程序无法自恢复通信。

1. 输入rootiflytop9973可以进入超级用户
2. ws测试地址: ws://192.168.8.10:19000

测试指令

./app.out 正常启动


开始消毒
{"command":"startDisinfection","loglevel":12,"messageId":"startDisinfection","roomVolume":0}

导出记录
{"command":"exportDisinfectionRecord","keys":["2024-0516-094233","2024-0516-092446","2024-0516-092339"],"messageId":"exportDisinfectionRecord"}


sudo apt-get install sqlite3 libsqlite3-dev
sudo apt-get install sqlite3:arm64 libsqlite3-dev:arm64

sqlite可视化
sudo apt-get install sqlitebrowser
https://www.sqlite.org/docs.html

编译指令

./init.sh
./build.sh