TeamDotworld / android-mqtt-broker

Android app for creating MQTT Broker
MIT License
29 stars 12 forks source link

Request: Support MQTT over Websockets #1

Open Tomp0801 opened 3 years ago

Tomp0801 commented 3 years ago

Hi, would it be possible to add the option in the app, to connect via web sockets? I'm trying to connect with a javascript browser app and the browser only allows communication over web sockets.

naveenrobo commented 3 years ago

Hi @Tomp0801

We will check the possibilities.

thoughtworks-tcaceres commented 2 years ago

Hello, is this possible by any chance?

naveenrobo commented 2 years ago

Can you try connecting to port 8080 for WebSocket connection @connected-tcaceres

thoughtworks-tcaceres commented 2 years ago

Can you try connecting to port 8080 for WebSocket connection @connected-tcaceres

It works using chrome extension "MQTT Box" but I have not gotten it to work on the browser unfortunately.