Crates.io | mqtt_vault |
lib.rs | mqtt_vault |
version | 1.0.2 |
source | src |
created_at | 2022-04-17 22:50:24.857316 |
updated_at | 2024-03-03 22:23:00.031835 |
description | JSON database controlled via MQTT |
homepage | https://bpatterson.dev/projects/mqtt_vault |
repository | https://github.com/bpatterson-gh/MqttVault |
max_upload_size | |
id | 569609 |
size | 171,043 |
A JSON database controlled via MQTT.
MQTT Vault allows you to create virtual IoT devices that retain their state. These virtual devices communicate over MQTT the same way that many physical IoT devices do, allowing you to control them with the same infrastructure.
For details on using the program, please see manpage.md or run man mqtt_vault after installing.
MQTT Vault is available on the AUR as mqtt_vault
or mqtt_vault-bin
. You can also download the Arch release and extract the files yourself.
Download and extract the FreeBSD.tar.gz release.
Download and extract the Win64.zip release.
cargo
Run cargo install mqtt_vault
. Unfortunately, this method does not install the manpage, but you can always grab it from the repo.