Native Go SDK contract
The fluxrig Native Go SDK is the authoritative framework for building deterministic signal processing modules (Gears). It provides the primitives required to interact with the fluxMsg data stream and the sovereign control plane.
Wasm SDK contract
This document defines the Application Binary Interface (ABI) and host capabilities required to build a custom fluxrig WebAssembly (Wasm) Gear. Because fluxrig relies on a language-agnostic Wasm execution environment (Wazero), you can author your business logic in any language that compiles to wasm32-freestanding or wasm32-wasi (e.g., Zig, Rust, C++, Go, AssemblyScript) by adhering to this contract.
Robot Framework reference
fluxrig integrates with Robot Framework to enable keyword-driven Acceptance Testing. This allows QA engineers, Product Owners, and Developers to define test scenarios in simple English without needing to write Go code.
E2E bash scripting
The fluxrig E2E suite is a collection of shell scripts designed for Infrastructure-Level Regression. These tests validate the platform's behavior regarding process lifecycle, operating system interactions, and network resiliency.
ISO8583 utility
A unified tool for ISO8583 testing, combining a Load Generator and an Echo Server.