No description
  • Shell 30.2%
  • PHP 20.6%
  • HTML 16.5%
  • C++ 15.8%
  • JavaScript 13%
  • Other 3.9%
Find a file
2026-06-04 16:29:49 +02:00
ESP8266 Sketch minor change 2026-06-04 16:29:49 +02:00
termux_bash IRlib fix 2026-06-03 21:29:49 +02:00
WEB minor change 2026-06-02 12:36:05 +02:00
.gitignore Added IR commands + sketch.ino 2026-05-24 22:03:52 +02:00
README.txt sketch .ino fix 2026-05-27 17:32:31 +02:00

SETUP

WEB:
1) Upload all contents of 'WEB' folder to WebServer
2) Set a valid NTFY Channel in GLOBAL['NTFY_ENDPOINT'] in php/syberia.php
3) Check token in php/authenticator.php and config.js

Termux:
1) pkg install socat jq curl ffmpeg git
2) git clone <repo_name>
3) cd <repo_name>/termux_bash
4) Set & Check REMOTE_ENDPOINT, API_TOKEN in startGuardian.sh
5) ./startGuardian.sh

ESP32/ESP8266:
1) Open WiFiSensor.ino 
2) Adapt to you microcontroller wired sensor and configuration
3) set your ssid pass
4) Upload  to ESP32