Hello,
I've started with Mosquitto broker well installed on Ubuntu 18-LTS
The Arduino Library PubSubClient works fine on ESP01
I now want to drive my ESP01 via Websocket, so I've installed Paho JS with success : communication between a web Page on Firefox located on my old Mac and the Broker on Ubuntu is Okay.
Now I'm stuck, where should I go to get my ESP01 working over websocket with my Mosquitto Broker?
It seems I can't do that with PubSubClient ...
Any advice would be appreciated.