Articles

Guide Edge

EdgeAgent API Reference

Complete reference for the EdgeAgent class, including constructor, lifecycle methods, health checks, threading model, and all public properties.

Guide Edge

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.

Guide Edge

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.

Guide Edge

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.

Guide Edge

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.

Guide Edge

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.

Guide Edge

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.

Guide Edge

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.

Guide Edge

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.

Guide Edge

"Frequently Asked Questions"

Concise answers to the most common questions about installing, configuring, tuning, and securing Pyvorin Edge.

Guide 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.

Guide Edge

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.