Integrators Guide
This section is for teams that connect external systems, tools, or automation workflows to LiRAYS-SCADA.
Integration Surfaces
- SDKs: official client libraries and integration guidance.
- Protocol contract: protobuf schemas in the main repository.
Reading Path
- Start with SDK to choose the integration approach.
- Review the protocol schema when implementing low-level or custom clients.
- Align your client and server versions to avoid protocol drift.