oktopus/backend/services/mtp/mqtt
2024-04-12 19:26:48 -03:00
..
build feat: build system + docker compose for backend services 2024-03-25 23:54:26 -03:00
cmd/mqtt feat: device auth as rbac via nats keyvalue store | closes #212 2024-04-12 19:26:48 -03:00
internal feat: device auth as rbac via nats keyvalue store | closes #212 2024-04-12 19:26:48 -03:00
.env feat: mqtt + nats communication with device status and info 2024-03-05 22:57:35 -03:00
.gitignore fix(mqtt): ignored folders 2024-03-12 12:06:31 -03:00
go.mod feat: device auth as rbac via nats keyvalue store | closes #212 2024-04-12 19:26:48 -03:00
go.sum feat: device auth as rbac via nats keyvalue store | closes #212 2024-04-12 19:26:48 -03:00
README.md feat: device auth as rbac via nats keyvalue store | closes #212 2024-04-12 19:26:48 -03:00

  • This MQTT broker runs with https://github.com/mochi-mqtt/server
  • It's compatible with MQTTv5 and MQTTv3.1.1
  • At authentication, the device is only allowed to subscribe and publish to topics that finish with their username

For more info access https://github.com/mochi-mqtt/server and/or execute "go run cmd/mqtt/main.go --help"