washo4evr / Socket.io-v1.x-Library

Socket.io Library for Arduino
108 stars 58 forks source link

Working with ESP32 #38

Open physiii opened 7 years ago

physiii commented 7 years ago

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.

washo4evr commented 7 years ago

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. I may order an ESP32 soon and add official support

washo4evr commented 7 years ago

So, I finally ordered an ESP32.

I will work on that when I receive it

physiii commented 7 years ago

Good to hear! Which websockets library are you using? Or did you write one yourself?

physiii commented 7 years ago

Any news? So far I've been using this one:

https://github.com/warmcat/lws-esp32-factory

But would like socket.io

washo4evr commented 6 years ago

Hi,

ESP32 is now supported

please let me know if everything is OK

physiii commented 6 years ago

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?