Open source

We have released Open source libraries for connecting irBoard with IoT devices (ESP32) and .NET applications. Additionally, we have also published a Ruby library for connecting PCs and PLCs.

irBoard Library for ESP32

This is a library for ESP32 microcontrollers used in devices like those from M5Stack. Using this library, ESP32 devices can connect with irBoard.

irBoard Library for ESP32

irBoard.NET

This is a library for Windows .NET applications. It allows you to connect Windows .NET applications with irBoard.

irBoard.NET


PlcAccess

This Ruby library allows you to connect to PLCs from PCs or Raspberry Pi and read from and write to device values.
With PlcAccess, you can access PLC devices as if you were working with Hashes.
Data logging and recording to CSV files can also be easily accomplished using Ruby scripts. The following simple code demonstrates how to perform read and write operations.

PlcAccess