Keine Beschreibung

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

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