Releases: PAXECT-Interface/paxect-link-plugin
Releases · PAXECT-Interface/paxect-link-plugin
PAXECT Link Plugin v1.0.0 — Initial Public Release
PAXECT Link Plugin v1.0.0 — Initial Public Release
Secure multi-node relay and handshake layer for deterministic data pipelines.
Provides reproducible node-to-node connectivity, integrity validation, and fail-safe recovery — fully offline and deterministic.
Key capabilities
- Deterministic multi-node relay and handshake protocol
- Integrity validation (CRC32 + SHA-256)
- Live relay monitoring and automatic overhead guard
- Fail and recover mechanism for safe reconnects
- Integrates seamlessly with PAXECT Core
- CI/CD pipeline smoke-test ready
System requirements
- Python 3.9 – 3.12
- No network dependency (fully offline simulation)
- Compatible with all PAXECT plugin modules
Quick start
Run the link simulation demos from the repository root:
python demos/01_auto_relay_simulation.py # Deterministic relay simulation [OK]
python demos/02_live_relay_monitor.py # Live relay monitor dashboard [OK]
python demos/03_multi_node_link.py # Multi-node handshake simulation [OK]
python demos/04_overhead_guard_link.py # Overhead Guard functionality [OK]
python demos/05_ci_cd_pipeline_smoke.py # CI/CD pipeline smoke test [OK]
python demos/06_fail_and_recover.py # Fail and recover test cycle [OK]License
MIT License (see LICENSE in repo)