ArduinoCore-API
ArduinoCore-API copied to clipboard
Expand Server interface
Currently there's no way to make a cross network Server library, as each network lib returns it's own specific type for SomethingClient SomethingServer::available().
We need to introduce another API library developers can use to make a non-board specific networking Server lib.
The Server API should match the EthernetServer library.
https://github.com/arduino/ArduinoCore-API/discussions/216