暫無描述

xuqiang 8979c522ff add fifo define 4 月之前
3rdparty 067b2d1f88 add file server by cpp-httplib 4 月之前
conf 1170d8188f update 4 月之前
docs 60a9253cb2 record cross-platform compilation of qt 5 月之前
include 8979c522ff add fifo define 4 月之前
scadaplugin @ 56eda02689 4942b6060e update scadaplugin submodule 4 月之前
scripts c95a3dab37 update scripts 4 月之前
services 79a4936290 add service updatetime README.md 4 月之前
src 1b6547d1b6 update utils 4 月之前
tests c2dd2fd1c5 update test monitor.xml 4 月之前
tools 93e1e3fd68 update qt build script & conf 5 月之前
.gitignore cb43de3284 auto configure project info 4 月之前
.gitmodules 0fa02526f2 add scadaplugin submodule 5 月之前
CMakeLists.txt adc00856c8 update 4 月之前
Makefile acf7d46621 update Makefile 4 月之前
README.md 533035919e update README.md 4 月之前

README.md

MONITOR

build

make BUILD_TYPE=Debug

deploy

make deploy BUILD_TYPE=Debug ADDR=192.168.1.15

configure autostart

cp conf/monitor.desktop ~/.config/autostart/monitor.desktop

configure systemd (recommend)

cp conf/monitor.service /etc/systemd/system/monitor.service

enabled

systemctl daemon-reload
systemctl enable --now monitor
systemctl status monitor