David
David
I've been thinking about refactoring into templates. No more `#define NETWORK_CONTROLLER` in `config.h`. Instead, you will need to specialize the client/server. ```cpp WebSocketServer server; WebSocketClient client; ``` Additionally you could...
Initial commit pushed into the [meta](https://github.com/skaarj1989/mWebSockets/tree/meta) branch.
Can't find `Adafruit Feather M4 Express (SAMD51)` in Arduino Board Manager, where did you get it?
I will submit a fix for this ~~soon~~ someday. For a quick workaround, you can change `SerialUSB` to `Serial`. This will give you some debug information (in opposition to comment-out)...
@fkromer I added initial support in [mbed_portenta](https://github.com/skaarj1989/mWebSockets/tree/mbed_portenta) branch. It compiles, but I don't have a Portenta board, so I can't verify whether it works or not.
@fkromer If you have a Portenta board, could you verify if the code is working?
> (...) You are expecting some Wxxxx chip, right? Yes, that would be nice.
@fkromer `Server running at 0.0.0.0:3000` Obviously this is bad. Try to run **WebClient** demo and see if you can get valid IP address.
@fkromer Could you verify if `WebSocketClient` is working?
Anyways, support for Portenta board would be nice to have.