Aucune description

xuqiang b59f959c3d update CMakeLists.txt 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 396b412c2a plugin delete && enabled state changed 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 8eab7a85c0 add updatetime service il y a 4 mois
src 396b412c2a plugin delete && enabled state changed 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 8924f441b8 first commit il y a 5 mois
.gitmodules 0fa02526f2 add scadaplugin submodule il y a 5 mois
CMakeLists.txt b59f959c3d update CMakeLists.txt il y a 4 mois
README.md 3e05cff1a3 add systemd configure il y a 4 mois

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