XasWorks / XasCode

Repository of all the important multi-project libraries
GNU General Public License v3.0
5 stars 2 forks source link

MQTT persistence upgrade! #28

Closed Xasin closed 6 years ago

Xasin commented 6 years ago

A lovely, if not slightly silly way of storing data between restarts will be introduced: The MQTT persistence gem!

It handles most tasks of setting and getting data from the MQTT server, all to allow you to store it, using MQTT's own retained messages and restart-persistence to properly reload everything! It features:

This'll also close #24!


This change is Reviewable