📍 Vilă Poieniței 12 ▾
Sistem activ
INSTALLER
DG
Deriox Admin
Administrator

Installer Camera Local Tests

Agent M0.9 pentru mini PC: preia planul de test, verifică local camera și raportează rezultatele în Deriox Guard Cloud.

INSTALLER M0.9
Test LAN

Ping local, port RTSP 554, port ONVIF și profil substream AI.
Raport cloud

Trimite doar status, nu stream video și nu deschide camera public.
Important: M0.9 este pregătire agent. Testele sunt locale pe mini PC. Pentru cameră reală vom folosi IP-ul real, parola schimbată și substream-ul recomandat.
cd /home/dafi

rm -rf /home/dafi/guard-agent-m09-test
mkdir -p /home/dafi/guard-agent-m09-test
cd /home/dafi/guard-agent-m09-test

wget -q https://guard.deriox.ro/downloads/deriox-guard-gateway-agent-m09.zip -O agent.zip
unzip -q agent.zip
cd deriox-guard-gateway-agent-m09

export DERIOX_GUARD_CONFIG_DIR="/home/dafi/guard-agent-m09-test/etc"
export DERIOX_GUARD_STATE_DIR="/home/dafi/guard-agent-m09-test/state"

python3 deriox-guard-agent.py init --cloud-url https://guard.deriox.ro --name "Gateway Test Agent M0.9"
python3 deriox-guard-agent.py activation-request

# După aprobare Admin:
python3 deriox-guard-agent.py secure-bootstrap
python3 deriox-guard-agent.py camera-test-plan --camera-code CAM-001
python3 deriox-guard-agent.py camera-local-test --camera-code CAM-001 --report
Fără cameră încă

Dacă nu avem camera fizic, testul va arăta failed la ping/RTSP, dar fluxul de raportare trebuie să funcționeze.
Când avem camera

Setăm IP-ul real, user/parolă, RTSP/ONVIF și rulăm testul din nou.
Următor

M1.0: camera reală, snapshot local și test stream.