Skip to content

Latest commit

 

History

History
41 lines (29 loc) · 714 Bytes

README.md

File metadata and controls

41 lines (29 loc) · 714 Bytes

Possujuna

Modbus to PostgreSQL data bridge in C

Requirements

sudo apt install libpq-dev libmodbus-dev libczmq-dev

Building

It uses CMake, so pretty standard. A very common practice is to use a separate build directory:

mkdir build
cd build
cmake ..

And then just:

make

Usage

Make a copy of example.conf and adapt it to your needs. Then start the program by running:

./possujuna -c CONFIG_FILE

License

This program is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.