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 2f7053bab8 update 2 years ago
.vscode udpate 2 years ago
iflytoplinuxsdk@7be7036d99 update 2 years ago
src update 2 years ago
test_src udpate 2 years ago
toolchain init 2 years ago
zcmake@a68cdff520 update 2 years ago
.clang-format update 2 years ago
.gitignore init 2 years ago
.gitmodules update 2 years ago
CMakeLists.txt udpate 2 years ago
README.md update 2 years ago
build.sh update 2 years ago
init.sh update 2 years ago
packet.sh init 2 years ago
project_config.env init 2 years ago

README.md

README

1. 功能点

    FrontEndService
    MainCtrlService
    UnixCan
    IflytopCmdServer
    SqlService
        UsrDB
        SensorDataDB
        DisinfectionRecordDB
        DeviceConfigDB

2. 完善功能管理

1. 磁盘空间管理
2. 日志过期自动删除
3. DB过期记录自动删除
4. 量产时记得将websocketIP修改成127.0.0.1

----------------------------------
    
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