arduinoWebSockets
arduinoWebSockets copied to clipboard
Using WebSockets with both Ethernet and Wifi simultaneously (at runtime)
Is there any specific reason this library can be used only with one network interface at a time (decided at compile time using #define). I was exploring the possibly of using it for both ethernet W550 (externally connected through SPI) and built in WiFi on ESP32. Also possibly another client for GSM. The interface to be decided at runtime depending on user preference (or availability).
Is this possible? If not, any recommendations?
@Links2004, appreciate your help.
Anyone? Would really appreciate some help with this.
Anyone? Would really appreciate some help with this.
Hello, exactly the same need for me, by chance, did you find any solution? I am desperately looking for a solution but so far, no success....
I am using gilmaimon/ArduinoWebsockets@^0.5.3 instead of this library.
Thanks a lot I gave it a try but got some compilation issue, but I think I found an alternative : https://github.com/skaarj1989/mWebSockets if it may help