0

I am using Mqtt to build a project. I am wanting to move my whole work to prod ready. My hardware is ESP-07 and custom PCB design the broker is mosquitto the app (Nodejs,react native)

  • I implemented Mqtt over TLS and used Let's encrypt certificate.
  • I used smart-config and added a layer of encryption[DTLS] to it for secure password broadcast.

I am struggling to make an infrastructure so that many of users can use my device on same broker without having access to other people devices. I know access control but I am asking if there an automation plugin

Is there any other elements I should be aware of to launch my product to the market ?

offgrid8
  • 123
  • 6

1 Answers1

1

HiveMQ might be one of possible production ready MQTT brokers. And they also have a community edition but may have some limitations.