Skip to content

Simple message signing plugin that happens signature to CBOR messages

License

Notifications You must be signed in to change notification settings

iotinga/mosquitto-message-sign-plugin

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

Simple message signing plugin that happens signature to CBOR messages

Resources

License

Stars

Watchers

Forks

Packages

No packages published