From: Mohammad Nejati [ashtum] (ashtumashtum_at_[hidden])
Date: 2024-10-23 17:34:34


On Wed, Oct 23, 2024 at 6:52 PM Vinnie Falco <vinnie.falco_at_[hidden]> wrote:
>
> Where did you get this broker?

I used Eclipse Mosquitto
(https://github.com/eclipse-mosquitto/mosquitto). For basic usage
without authentication, you can run it with the following Docker
command:

docker run --rm -it -p 1883:1883 eclipse-mosquitto mosquitto -c
/mosquitto-no-auth.conf

Thanks