Skip to content

sftan/liblightmodbus

 
 

Repository files navigation

A lightweight, cross-platform Modbus library

The GPL license Travis CI Coveralls

More build results...
Library on launchpad...

liblightmodbus is a very lightweight Modbus RTU library that can run on every little-endian machine. It is developed with thought about embedded targets and personal computers as well.

Features

  • Minimal resources usage
  • Lightweight and easy to use
  • Supports all basic Modbus functions
  • Library can be installed as a *.deb package on computer
  • You can pick only modules, you want, when building library

Currently supported functions include: 01, 02, 03, 04, 05, 06, 15, 16 Check wiki and docs for more technical information.

If you need help - email me. If you want to help - contribute here, on Github. All contributions are welcome!

PPA

liblightmodbus can be obtained from PPA (Personal Package Archive).

This is how to install liblightmodbus (if you run Ubuntu):

  • Add PPA to your system - sudo add-apt-repository ppa:mrjjot/liblightmodbus
  • Update software lists - sudo apt-get update
  • Install development package - sudo apt-get install liblightmodbus-dev

About

A cross-platform, lightweight Modbus RTU library

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C 92.6%
  • Makefile 5.6%
  • Shell 1.8%