Skip to content

Modbus TCP and RTU stack for embedded devices

License

Notifications You must be signed in to change notification settings

rtlabs-com/m-bus

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.