Think of it as the middleman that lets your devices, micro‑services, and cloud functions talk to each other instantly, without the usual latency and overhead. Whether you’re building a smart‑home hub, a decentralized IoT mesh, or a high‑frequency trading bot, wxfaki can be the glue that holds your real‑time pipeline together. | Year | Milestone | |------|-----------| | 2022 | First prototype released on GitHub under the MIT license. | | 2023 | Community contributions add support for WebAssembly and Rust bindings. | | 2024 | v1.0 “Stable” launched, featuring built‑in security sandboxing. | | 2025 | Integration with popular cloud providers (AWS IoT, Azure Edge, GCP IoT Core). | | 2026 | wxfaki 2.2 released, now supporting “Zero‑Copy” data streams and AI‑accelerator hooks. |
pipeline: - name: temperature-publisher type: publisher transport: websocket endpoint: wss://edge.example.com:443 payload: type: json schema: temperature: float timestamp: iso8601 - name: temperature-subscriber type: subscriber transport: websocket endpoint: wss://edge.example.com:443 filter: temperature > 25.0 action: log_to_console On the Raspberry Pi (publisher): wxfaki
wxfaki run --config pipeline.yaml --node temperature-publisher On the (subscriber): Think of it as the middleman that lets