Žiadny popis

xuqiang 8839e79caf fix monitor configure update 4 mesiacov pred
3rdparty 067b2d1f88 add file server by cpp-httplib 4 mesiacov pred
conf 3e05cff1a3 add systemd configure 4 mesiacov pred
docs 60a9253cb2 record cross-platform compilation of qt 5 mesiacov pred
include 894138c00f update http file server 4 mesiacov pred
scadaplugin @ 1baf8fcef8 a2e3eb830a update scadaplugin submodule 5 mesiacov pred
scripts c95a3dab37 update scripts 4 mesiacov pred
services 79a4936290 add service updatetime README.md 4 mesiacov pred
src 8839e79caf fix monitor configure update 4 mesiacov pred
tests c2dd2fd1c5 update test monitor.xml 4 mesiacov pred
tools 93e1e3fd68 update qt build script & conf 5 mesiacov pred
.gitignore 8924f441b8 first commit 5 mesiacov pred
.gitmodules 0fa02526f2 add scadaplugin submodule 5 mesiacov pred
CMakeLists.txt b59f959c3d update CMakeLists.txt 4 mesiacov pred
Makefile acf7d46621 update Makefile 4 mesiacov pred
README.md 533035919e update README.md 4 mesiacov pred

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