Aucune description

xuqiang cb43de3284 auto configure project info il y a 4 mois
3rdparty 067b2d1f88 add file server by cpp-httplib il y a 4 mois
conf 3e05cff1a3 add systemd configure il y a 4 mois
docs 60a9253cb2 record cross-platform compilation of qt il y a 5 mois
include cb43de3284 auto configure project info il y a 4 mois
scadaplugin @ 1baf8fcef8 a2e3eb830a update scadaplugin submodule il y a 5 mois
scripts c95a3dab37 update scripts il y a 4 mois
services 79a4936290 add service updatetime README.md il y a 4 mois
src 281d3b11cd update screen from fifo data il y a 4 mois
tests c2dd2fd1c5 update test monitor.xml il y a 4 mois
tools 93e1e3fd68 update qt build script & conf il y a 5 mois
.gitignore cb43de3284 auto configure project info il y a 4 mois
.gitmodules 0fa02526f2 add scadaplugin submodule il y a 5 mois
CMakeLists.txt cb43de3284 auto configure project info il y a 4 mois
Makefile acf7d46621 update Makefile il y a 4 mois
README.md 533035919e update README.md il y a 4 mois

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