A repository to document the Arduino Networking API established by the Arduino Ethernet library, adopted for WiFi with the Arduino WiFi library, evolved with Arduino WiFiNINA library and esp8266 WiFi library.
We can use Issues, Pull Requests and Discussions to collaborate on the API documentation, clarifications and design decisions.
Some parts of the API are defined with classes Client and UDP with pure virtual methods. Other parts of the API are not strictly defined and are copied from library to library.
Sometimes the methods of the API are not implemented to behave the same way in all libraries.
First document in this repo is a research of implementation of the API in 12 libraries.