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.

44 lines
619 B

2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
  1. # README
  2. ```
  3. 1. 功能点
  4. FrontEndService
  5. MainCtrlService
  6. UnixCan
  7. IflytopCmdServer
  8. SqlService
  9. UsrDB
  10. SensorDataDB
  11. DisinfectionRecordDB
  12. DeviceConfigDB
  13. 2. 完善功能管理
  14. 1. 磁盘空间管理
  15. 2. 日志过期自动删除
  16. 3. DB过期记录自动删除
  17. 4. 量产时记得将websocketIP修改成127.0.0.1
  18. ----------------------------------
  19. ```
  20. ```
  21. sudo apt-get install sqlite3 libsqlite3-dev
  22. sudo apt-get install sqlite3:arm64 libsqlite3-dev:arm64
  23. sqlite可视化
  24. sudo apt-get install sqlitebrowser
  25. ```
  26. ```
  27. https://www.sqlite.org/docs.html
  28. ```
  29. ```
  30. ```