# fire **Repository Path**: mailliw/fire ## Basic Information - **Project Name**: fire - **Description**: this is a fire monitor gateway system for libstdc/c++ - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: edgeCom - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 0 - **Created**: 2020-11-04 - **Last Updated**: 2021-12-29 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ## App Tree . ├── db │   └── Breaker.db---database ├── fire │   ├── conf---config file │   │   ├── config.conf │   │   └── config_def.conf │   ├── configure │   ├── etc │   │   └── init.d │   │   ├── fire_daemon │   │   └── fire_service │   ├── fire_calc.py---python procedure │   ├── fire_daemon.sh---daemon app │   ├── fire_service---main app │   ├── fire_update---update app │   ├── lib │   │   ├── libpaho-mqtt3a.so.1 │   │   ├── libpaho-mqtt3as.so.1 │   │   ├── libpaho-mqtt3c.so.1 │   │   ├── libpaho-mqtt3cs.so.1 │   │   ├── libssl.so.1.0.0 │   │   └── wget │   ├── log │   │   ├── fire19700104-001332.675 │   │   └── fire_service.WARNING │   ├── README.md │   ├── tools │   │   ├── pidstat │   │   ├── uarttest │   │   ├── uarttest_rx │   │   └── uarttest_tx │   └── update │   └── fire_service └── tree.md ## V1 changes * v1.4 2021-07-02 修复脚本升级bug, 路径存在问题; 恢复程序rebootAtNight方法,里面有定时清理log日志--v1.4.00.210702_edge * v1.3 2021-07-02 [no function fix] for version date and description; --v1.3.19.210702_edge * v1.3 2021-07-01 small fix; --v1.3.18.210701_edge * v1.3 2021-07-01 清除conf下所有配置文件,自动生成,为保证git可以上传空文件夹conf下新建.gitignore 文件; --v1.3.17.210701_edge * v1.3 2021-07-01 每月1号凌晨1点清楚上个月的数据; --v1.3.16.210701_edge * v1.3 2021-07-01 添加fire_calc.py 脚本; --v1.3.15.210701_edge * v1.3 2021-06-29 版本保存的问题; --v1.3.14.210629_edge * v1.3 2021-06-29 根据芯片UUID设置设备ID, 判断ProductID为空时,订阅设备ID/ 主题;不为空时,订阅业务主题; --v1.3.13.210629_edge * v1.3 2021-06-25 fix ewar handle; --v1.3.12.210625_edge * v1.3 2021-06-25 bug: 预警参数设置为0时,不判断; 改为中文 * v1.3 2021-06-25 1.add include file ;2.add include directory --1.3.05 * v1.3 2021-06-18 1.close loss current enable when start; 2. finish Ewar; 3.add SetEWar handle, control ewar send; --1.3.02 * v1.3 2021-06-08 reconstruct finish. testing; --1.3.01 * v1.2 2021-06-08 reconstruct codes; --1.2.01 * v1.2 2021-06-08 remove unuse member and functions; --1.2.00 * v1.1 2021-06-04 better compiler --1.1.01 * v1.1 2021-06-04 Fix bugs; set update for edge --1.1.00 * v1.0, 2021-06-01, Change version control, update time by marco/use make install in CMakeList.txt. --1.0.07 * v1.0, 2021-05-27, Fix default config.conf set. --1.0.06 * v1.0, 2021-05-25, Control 485 by driver; add ewar logic. --1.0.05 * v1.0, 2021-05-17, Add SQLite for device. --1.0.04 * v1.0, 2021-04-28, Fix configure bug, common set -e. --1.0.01