-
Notifications
You must be signed in to change notification settings - Fork 58
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Working with ESP32 #38
Comments
Hi, I have not yet ordered an ESP32 so I can't confirm but I would expect this library to work with little to no work. |
So, I finally ordered an ESP32. I will work on that when I receive it |
Good to hear! Which websockets library are you using? Or did you write one yourself? |
Any news? So far I've been using this one: https://github.com/warmcat/lws-esp32-factory But would like socket.io |
Hi, ESP32 is now supported please let me know if everything is OK |
Good job! Can't wait to try it out. I've been putting a lot of time into using ESP-IDF and freeRTOS along with warmcat's websocket library I mention in my original post. some of my code Can you tell me how I can use your library outside the Arduino environment? |
Will this library work with an ESP32? I am currently using this websockets library for communication with my server: https://github.com/warmcat/lws-esp32-factory but I would like to use socket io since that's what I use in all other parts of my system.
The text was updated successfully, but these errors were encountered: