多参数检测终端源码仓库

liqudong a4c3d2eeb6 Add frontend code 1 年間 前
.idea ea2d5a5203 add file log 2 年 前
apis 9fe139a906 Optimized log format 2 年 前
connectors f497b3b61b Modify the log system: Automatically generate directories & Added parsing of the modbus protocol 1 年間 前
converters f497b3b61b Modify the log system: Automatically generate directories & Added parsing of the modbus protocol 1 年間 前
frontend a4c3d2eeb6 Add frontend code 1 年間 前
tools f497b3b61b Modify the log system: Automatically generate directories & Added parsing of the modbus protocol 1 年間 前
AES_crypt.py 7896901760 modify log system, add cec21_converter 1 年間 前
abstract_api.py 979cd5af5a first commit 3 年 前
alarm.py 7896901760 modify log system, add cec21_converter 1 年間 前
api_context.py 979cd5af5a first commit 3 年 前
config.json 65844dace8 add new converter 'dandian_converter' & fix some bug 2 年 前
configuration.py f497b3b61b Modify the log system: Automatically generate directories & Added parsing of the modbus protocol 1 年間 前
connector.py 979cd5af5a first commit 3 年 前
converter.py 979cd5af5a first commit 3 年 前
create_data_tbl.py 7896901760 modify log system, add cec21_converter 1 年間 前
event_storage.py 7896901760 modify log system, add cec21_converter 1 年間 前
gateway.py f497b3b61b Modify the log system: Automatically generate directories & Added parsing of the modbus protocol 1 年間 前
gateway.spec f497b3b61b Modify the log system: Automatically generate directories & Added parsing of the modbus protocol 1 年間 前
hard_disk_storage.py f497b3b61b Modify the log system: Automatically generate directories & Added parsing of the modbus protocol 1 年間 前
historical_data_storage.py 7896901760 modify log system, add cec21_converter 1 年間 前
logging_config.py a4c3d2eeb6 Add frontend code 1 年間 前
make_code.py 9e4129cd7d Code optimization 2 年 前
memory_storage.py f497b3b61b Modify the log system: Automatically generate directories & Added parsing of the modbus protocol 1 年間 前
readme.md f497b3b61b Modify the log system: Automatically generate directories & Added parsing of the modbus protocol 1 年間 前
requirements.txt 9e4129cd7d Code optimization 2 年 前
shucai.sql 9e4129cd7d Code optimization 2 年 前
utility.py 7896901760 modify log system, add cec21_converter 1 年間 前

readme.md

多参数监测终端源码仓库

程序打包exe命令

pyinstaller -F -p .\venv\Lib\site-packages .\gateway.py

更新日志

  1. 第一次提交。时间:2021/07/19 15:23:21
  2. 修改一些代码bug,删除不必要注释。时间:2021/08/19 13:35:50
  3. 删除源码仓库的用于存放测试程序的dev文件夹。时间:2021/08/19 14:04:31
  4. 解决程序断线重连部分问题。时间:2021/09/29 16:14:08
  5. 删除不必要文件夹:build(exe构建目录)、dist(打包的可执行文件存放目录)和测试过程中的临时日志。时间:2021/12/03 09:10:17
  6. 针对数据查询缓慢问题,更新前段表格分页查询功能以及后台导出excel文件功能。时间:2021/12/10 15:04:32
  7. 修改水质传感器连接器部分,更新分页查询bug。时间:2021/12/29 09:32:11
  8. 更新日志系统和多线程结构。时间:2022/03/02 14:35:29
  9. 增加加密功能和优化日志系统。时间:2022/03/09 15:58:20
  10. 更新README文件。时间:2022/03/09 16:28:15
  11. 日志采用sanic日志系统输出。时间:2022/04/18 16:10:40
  12. 根据经海6号测试,优化水质传感器连接器、单点流速仪解析器,增加创建数据库标准sql文件。 时间:2022/07/19
  13. 根据480调试,adcp解析器增加点位:温度。时间:2022/08/10
  14. 增加新的国产单点流速仪的解析器。时间:2022/09/24