Integration with Other Systems
SPX integrates with external systems through the same interfaces your real devices use. In most projects, the integration boundary is a protocol adapter:
Modbus: Modbus Adapter
MQTT: MQTT Adapter
HTTP: HTTP Adapter
ASCII/SCPI: ASCII / SCPI Adapter
BLE (via companion service): BLE Adapter
Recommended pattern
Keep the Model deterministic (driven by MiL tests).
Expose the model through the required protocol adapter.
Validate integration with an end-to-end test suite that runs in CI.
Start with: Use in Unit Tests (MiL).
Last updated

