ESP32 websocket server: Broadcast messages
ESP32 websocket server: Broadcast messages
Introduction In this tutorial we are going to learn how to broadcast messages to all the websocket clients connected to a ESP32 server. We will be using the Arduino core and the HTTP async web server library. For an introductory tutorial to this library, please check here. For an introductory tutorial on how to work with websockets with the HTTP async web server, please go here. In the…
View On WordPress

















