packages/fff: Add some mqtt packages #24

Closed
ChristianD wants to merge 3 commits from ChristianD/firmware:mqtt into master

3 Commits

Author SHA1 Message Date
Christian Dresel fe06eae15c packages/fff: Add package fff-web-mqtt
With this package the mqtt settings can configure over the webui

Each user kann use its own mqtt broker or a broker from a other user
This means that the user has a free choice of where to send or get data

Signed-off-by: Christian Dresel <freifunk@dresel.systems>
2021-02-14 10:39:16 +01:00
Christian Dresel ab5c00fb51 packages/fff: Add package fff-mqtt-monitoring
This package send Alfred data to the mqtt broker

Anyone can access this data and can build its own monitoring

Signed-off-by: Christian Dresel <freifunk@dresel.systems>
2021-02-14 10:39:13 +01:00
Christian Dresel 706736eeca packages/fff: Add package fff-mqtt
This package provides mosquitto and set default settings

mosquitto is used for mqtt communication.
With mqtt we can use a distributed mqtt broker for decentralized communication

We can use this for monitoring data or router configuration

Signed-off-by: Christian Dresel <freifunk@dresel.systems>
2021-01-01 11:08:14 +01:00