ArduinoCore-API icon indicating copy to clipboard operation
ArduinoCore-API copied to clipboard

Expand Server interface

Open sandeepmistry opened this issue 8 years ago • 2 comments

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.

sandeepmistry avatar Feb 05 '18 22:02 sandeepmistry

The Server API should match the EthernetServer library.

sstaub avatar Nov 09 '23 17:11 sstaub

https://github.com/arduino/ArduinoCore-API/discussions/216

JAndrassy avatar Nov 09 '23 18:11 JAndrassy