API Reference Modbux v0.3.14

View Source

Modules

Binary helper module

IEEE754 float helper

Model helper, functions to write and read the Slave/Server DB.

An agent that holds the current state of the Server/Slave DB.

Request helper, functions that handles Client & Master request messages.

Response helper, functions that handles Server & Slave response messages.

RTU message helper, functions that handles RTU responses/requests messages.

A framer for Modbus RTU frames. This framer doesn't do anything for the transmit direction, but for receives, it will collect bytes that follows the Modbus RTU protocol, it also execute the CRC validation and returns the frame or the error.

API for a Modbus RTU Master device.

API for a Modbus RTU Slave device.

Tcp message helper, functions that handles TCP responses/requests messages.

API for Modbus TCP Client.

API for Modbus TCP Server.

A worker for each Modbus Client, handles Client requests.

Spawns and supervises each Modbus Client handler.