Skip to content

Latest commit

 

History

History
39 lines (29 loc) · 1.2 KB

README.md

File metadata and controls

39 lines (29 loc) · 1.2 KB

Modbus stack

Build Status CodeQL

This repository contains the M-Bus Modbus stack. The stack is written to an OS abstraction layer and can also be used in a bare metal application. Using the abstraction layer, the stack can run on Linux, Windows or on an RTOS.

Cloning

Clone the source:

$ git clone --recurse-submodules https://github.com/rtlabs-com/m-bus.git

This will clone the repository with submodules. If you already cloned the repository without the --recurse-submodules flag then run this in the m-bus folder:

$ git submodule update --init --recursive

Building

See the manual.

Contributions

Contributions are welcome. If you want to contribute you will need to sign a Contributor License Agreement and send it to us either by e-mail or by physical mail. More information is available here.