Không có mô tả

xuqiang 9b44dc2a88 update scadaplugin submodule 4 tháng trước cách đây
3rdparty 067b2d1f88 add file server by cpp-httplib 4 tháng trước cách đây
conf 1170d8188f update 4 tháng trước cách đây
docs 60a9253cb2 record cross-platform compilation of qt 5 tháng trước cách đây
include 1ad631fa2c update logger 4 tháng trước cách đây
scadaplugin @ 9b4f45ee18 9b44dc2a88 update scadaplugin submodule 4 tháng trước cách đây
scripts c95a3dab37 update scripts 4 tháng trước cách đây
services 79a4936290 add service updatetime README.md 4 tháng trước cách đây
src 1ad631fa2c update logger 4 tháng trước cách đây
tests c2dd2fd1c5 update test monitor.xml 4 tháng trước cách đây
tools 93e1e3fd68 update qt build script & conf 5 tháng trước cách đây
.gitignore cb43de3284 auto configure project info 4 tháng trước cách đây
.gitmodules 0fa02526f2 add scadaplugin submodule 5 tháng trước cách đây
CMakeLists.txt adc00856c8 update 4 tháng trước cách đây
Makefile acf7d46621 update Makefile 4 tháng trước cách đây
README.md 533035919e update README.md 4 tháng trước cách đây

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