Nessuna descrizione

xuqiang 70f0fe6a03 add netcfg template 4 mesi fa
3rdparty 067b2d1f88 add file server by cpp-httplib 4 mesi fa
conf 1170d8188f update 4 mesi fa
docs 60a9253cb2 record cross-platform compilation of qt 5 mesi fa
include 056db4f45c broadcast package count 4 mesi fa
scadaplugin @ 56eda02689 4942b6060e update scadaplugin submodule 4 mesi fa
scripts 9874daf4c4 update screen by fixed frequency 4 mesi fa
services 70f0fe6a03 add netcfg template 4 mesi fa
src 056db4f45c broadcast package count 4 mesi fa
tests c2dd2fd1c5 update test monitor.xml 4 mesi fa
tools 93e1e3fd68 update qt build script & conf 5 mesi fa
.gitignore 8e36fb298d update 4 mesi fa
.gitmodules 0fa02526f2 add scadaplugin submodule 5 mesi fa
CMakeLists.txt f0d97149a2 update CMakeLists.txt 4 mesi fa
Makefile 8e36fb298d update 4 mesi fa
README.md 533035919e update README.md 4 mesi fa

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