Skip to content

Latest commit

 

History

History
28 lines (18 loc) · 927 Bytes

README.md

File metadata and controls

28 lines (18 loc) · 927 Bytes

Finanziato dall'Unione europea | Ministero dell'Università e della Ricerca | Italia domani PNRR | iNEST

Programma iNEST Codice ECS00000043 finanziato sui fondi PNRR MUR – M4C2” – Investimento 1.5. Avviso “Ecosistemi dell’Innovazione” CUP progetto B33D24000100004

MQTT Mosquitto message sign plugin

This plugin enhances data integrity by appending a cryptographic signature to the payload of device packets. The signature is generated at runtime by the broker and published on a PostgresQL database.

Building

To compile the project first install the dependencies and then run the following commands:

mkdir build && cd build
cmake ..
make

Then you can install the library in the /usr/local/lib path with the command:

sudo make install

License

This project is licensed under the Apache License 2.0 - see LICENSE file for details.