Listen to MQTT messages. First project in golang.
Go to file
Siegfried Siegert daa79b27ca Extend this program:
- add a database for devices
- read devices from database and present this data on a simple web/REST
interface

The code or model is from a blog entry from Alex Edward:
https://www.alexedwards.net/blog/organising-database-access
2020-08-30 07:16:50 +02:00
Config Initial commit 2020-08-26 09:54:26 +02:00
models Extend this program: 2020-08-30 07:16:50 +02:00
mqtt Initial commit 2020-08-26 09:54:26 +02:00
.gitignore Extend this program: 2020-08-30 07:16:50 +02:00
config.toml Extend this program: 2020-08-30 07:16:50 +02:00
go.mod Extend this program: 2020-08-30 07:16:50 +02:00
main.go Extend this program: 2020-08-30 07:16:50 +02:00