Markus
Markus
rebased and reworked the selection, new menu: 
the problme with this is that the chips require I2C / SPI which basicly forces you to decide on that first. but I dont think that there will be and...
using the next free number is fine. not sure if setting some custom defines via compiler option will work, since `WEBSOCKETS_NETWORK_TYPE` does also switch some code around and handles include...
sounds good, I like the Idea of having a way for users to there own network interface / stack.
since the `NetworkClient` is internal to the Websocket lib it may makes sense to simple prefix it, e.g. `WebSocketNetworkClient` this way the change of collisions is pretty low. @kakopappa can...
thanks for looking, today I learned that CTRL+F does not work for the github logs any more... only the page build in one finds the error. they must have implemented...
I am currently traveling, will take a look next week.
did a new release https://github.com/Links2004/arduinoWebSockets/releases/tag/2.7.0
yes, this libary is expected to work when you, integrate all your network interfaces in to `lwip` (the lib that the ESP uses as networks stack). the arduino classes `WiFiClient`,...
the code from @moritz89 is what you need to use as a base then, since you need to switch the IP stack on the fly. see: https://github.com/Links2004/arduinoWebSockets/tree/master/examples/esp32_pio/CustomNetworkClient https://github.com/Links2004/arduinoWebSockets/blob/master/examples/esp32_pio/CustomNetworkClient/src/network_client.cpp