Skip to content
This repository has been archived by the owner on Feb 4, 2023. It is now read-only.

Websocket client #35

Closed
fdl333 opened this issue Sep 25, 2020 · 2 comments
Closed

Websocket client #35

fdl333 opened this issue Sep 25, 2020 · 2 comments
Labels
Support Library support

Comments

@fdl333
Copy link

fdl333 commented Sep 25, 2020

Thanks for your wonderful work!
I'm trying to implement a websocket client with your excellent library for ESP32
which of all the available websocket libraries do you suggest for best compatibility with ESP_Wifimanager?
Thank you in advance for any advice.

@khoih-prog
Copy link
Owner

@fdl333

Thanks for using the library and your nice words.

I think you know your way and already tried Gil Maimon's ArduinoWebsockets and opened an issue there checking if client is connected.

With ESP32/ESP8266 as WebSockets Client, you can use either one of these libraries

  1. Gil Maimon's ArduinoWebsockets
  2. Markus Sattler's arduinoWebSockets

If you plan to use on other boards (nRF52, SAMD, STM32, etc.), you can use either one of my libraries

  1. WebSockets2_Generic
  2. WebSockets_Generic

@khoih-prog khoih-prog added the Support Library support label Sep 25, 2020
@fdl333
Copy link
Author

fdl333 commented Sep 25, 2020 via email

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Support Library support
Projects
None yet
Development

No branches or pull requests

2 participants