Sem descrição

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

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