Skip to content

Meter-bus library and utility programs

License

BSD-3-Clause, Unknown licenses found

Licenses found

BSD-3-Clause
LICENSE
Unknown
COPYING
Notifications You must be signed in to change notification settings

piersfinlayson/libmbus

 
 

Repository files navigation

libmbus: M-bus Library from Raditex Control (http://www.rscada.se) Build Status

libmbus is an open source library for the M-bus (Meter-Bus) protocol.

The Meter-Bus is a standard for reading out meter data from electricity meters, heat meters, gas meters, etc. The M-bus standard deals with both the electrical signals on the M-Bus, and the protocol and data format used in transmissions on the M-Bus. The role of libmbus is to decode/encode M-bus data, and to handle the communication with M-Bus devices.

For more information see http://www.rscada.se/libmbus

To get and build:

sudo apt -y install git libtool autoconf cmake build-essential
git clone https://github.com/rscada/libmbus
cd libmbus
./build.sh
sudo make install

You may need to run:

export LD_LIBRARY_PATH=/usr/local/lib

About

Meter-bus library and utility programs

Resources

License

BSD-3-Clause, Unknown licenses found

Licenses found

BSD-3-Clause
LICENSE
Unknown
COPYING

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C 95.9%
  • Shell 1.7%
  • Makefile 1.5%
  • Other 0.9%