Brak opisu

xuqiang 067b2d1f88 add file server by cpp-httplib 4 miesięcy temu
3rdparty 067b2d1f88 add file server by cpp-httplib 4 miesięcy temu
conf 3e05cff1a3 add systemd configure 4 miesięcy temu
docs 60a9253cb2 record cross-platform compilation of qt 5 miesięcy temu
include 067b2d1f88 add file server by cpp-httplib 4 miesięcy temu
scadaplugin @ 1baf8fcef8 a2e3eb830a update scadaplugin submodule 5 miesięcy temu
scripts a6c3fd95f1 update deploy.sh 4 miesięcy temu
src 067b2d1f88 add file server by cpp-httplib 4 miesięcy temu
tests c2dd2fd1c5 update test monitor.xml 4 miesięcy temu
tools 93e1e3fd68 update qt build script & conf 5 miesięcy temu
.gitignore 8924f441b8 first commit 5 miesięcy temu
.gitmodules 0fa02526f2 add scadaplugin submodule 5 miesięcy temu
CMakeLists.txt 067b2d1f88 add file server by cpp-httplib 4 miesięcy temu
README.md 3e05cff1a3 add systemd configure 4 miesięcy temu

README.md

MONITOR

configure autostart

cp conf/monitor.desktop ~/.config/autostart/monitor.desktop

configure systemd (recommend)

cp conf/monitor.service /usr/lib/systemd/system/monitor.service

enabled

systemctl daemon-reload
systemctl enable --now monitor
systemctl status monitor