Articles
EdgeAgent API Reference
Complete reference for the EdgeAgent class, including constructor, lifecycle methods, health checks, threading model, and all public properties.
HTTPAdapter — REST, Webhooks, and Polling Ingest
Receive POST webhooks, poll REST endpoints, handle auth headers, rate limiting, and JSON/CSV parsing with FastAPI/Flask examples.
FileReplayAdapter — Time-Travel for Sensor Data
Replay CSV and JSONL log files with timestamp parsing, real-time pacing, speed control, and loop mode for testing and regression.
Hashing Strategies for Correlation
One-way hashing with SHA-256 and HMAC, salting strategies, deterministic pseudonymisation for device fingerprinting, and full code examples for the Pyvorin Edge Runtime.
GDPR and NIS2 Compliance
Implement GDPR Article 30 records of processing, data retention policies, right to erasure, breach notification, and NIS2 technical measures using Pyvorin Edge privacy and audit APIs.
Cross-Compiling Pyvorin Edge Kernels for ARM64
Build ARM64-native shared objects from an x86 machine using Docker buildx, verify artifacts with the file command, and automate everything in GitHub Actions.
Writing Custom C Kernels for Pyvorin Edge
Learn the C ABI contract, write a hand-optimized NEON kernel, build a shared object, and register it with CompilerBridge for edge-native execution.
Disaster Recovery and Data Integrity
SQLite WAL recovery, queue corruption repair, factory reset procedures, automated backup and restore scripts, and recovery testing for Pyvorin Edge gateways.
Docker Deployment Guide
Deploy the Pyvorin Edge Agent with Docker and Docker Compose, including multi-stage builds, health checks, secrets management, and ARM64 cross-compilation.
"Frequently Asked Questions"
Concise answers to the most common questions about installing, configuring, tuning, and securing Pyvorin Edge.
"Tutorial: Telecom Tower Monitoring and Safety"
Advanced multi-sensor edge pipeline for telecom towers featuring SNMP adapters, tower-climb safety rules, and MQTT integration to the NOC.
Edge CLI Tools Reference
Complete reference for pyv-edge-benchmark, pyv-edge-generate, pyv-edge-inspect, and pyv-edge-sign with every subcommand, flag, and example output.