libmodbus-rs

libmodbus bindings for Rust Build Status Build status

Homepage |  Documentation |  original libmodbus Documentation |  Repo auf Github.com |

toml [dependencies] libmodbus = "0.4"

Building libmodbus-rs

For building libmodbus-rs you need a build environment with autoconf, libtool and clang.

Under debian/ ubuntu you can use this command to install this dependencies:

```sh apt-get update apt-get upgrade -yq

Build tools

apt-get install -yyq build-essential autoconf libtool libclang-dev ```

sh $ git clone https://github.com/zzeroo/libmodbus-rs $ cd libmodbus-rs $ cargo build

License

libmodbus-rs is distributed under the terms of the LGPL-2.1 license, which is the same license, libmodbus is using.

Links

This project hosts the original libmodbus documentation, used here, as well. Please have a look at http://zzeroo.github.io/libmodbus-rs/libmodbus/libmodbus.html.