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.
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
See the manual.
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.