Skip to content

Simple example using the socket.io library on ESP 32 boards.

Notifications You must be signed in to change notification settings

Valgueiro/esp32_SocketIO

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

esp32_SocketIO

Simple example using the socketIO library on ESP 32 boards.

How to run

After setting up Arduino IDE to accept ESP32 devices (if you didn't, try this tutorial):

  1. Install the WebSockets by Markus Settler library on your IDE with Sketch > Include Library > Manage Libraries...
  2. Install the Socket IO Client library available on this repository. Note: I've tried to use the version available on the library manager of Arduino IDE but I got some error messages on console. So, I had to download and install the .zip from the last commit of the library repo (I've used this commit).

After those two steps you are ready to go!

If you want to make a quick test, you can use the server folder! Check that out!

About

Simple example using the socket.io library on ESP 32 boards.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published