Skip to content

Latest commit

 

History

History
19 lines (12 loc) · 1.45 KB

README.md

File metadata and controls

19 lines (12 loc) · 1.45 KB

Arduino Networking API

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.

Arduino founder Tom Igoe, whose name you can read in many Arduino networking examples, expressed support for this effort.

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.

Tip: open Outline for the documents:

tip outline