 
            
            
            
            
                23 Oct
                
                    2024
                
            
            
                23 Oct
                
                '24
                
            
            
            
        
    
                7:34 p.m.
            
        On Wed, Oct 23, 2024 at 6:52 PM Vinnie Falco <vinnie.falco@gmail.com> 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