Lanjutan20 menit
Edge Connector on Raspberry Pi
Deploy the single Rust binary that reads Modbus TCP, OPC-UA, and MQTT from PLCs and sensors.
Edge Connector on Raspberry Pi
The Edge Connector is one ~17MB Rust binary. No runtime, no container, no daily security patching.
Why A Single Binary
- No JVM, no Node — drops onto a Pi and runs.
- Low footprint — fits headless on a Pi Zero or industrial gateway.
- YAML configured — every register, tag, and publish rate lives in one file.
Standard Deploy
- Flash Raspberry Pi OS Lite and enable SSH.
- Copy the binary to /usr/local/bin and chmod +x.
- Drop config.yaml next to it with targets, poll intervals, and MQTT broker.
- Run as a systemd service so it survives reboots.
- Watch the journal for the first published messages.
What It Reads
Modbus TCP, OPC-UA, and MQTT straight from PLCs, sensors, and gateways on the local network.
Tips
Keep one connector per line at first. When readings look clean in OpexMX, clone the YAML to the next Pi.