Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions ArduinoNetAPILibs.md
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ Legend for the tables in this document:
|[esp32 Ethernet][13] (2) | | not blocking | ✗ | wrong param. order | | |
|[EthernetENC][15] | ✓ | ✓ | ✓ | | ✓ | ✓ |
|[STM32Ethernet][16]| ✓ | ✓ | ✓ | | ✓ | ✓ |
|[QNEthernet][17]| ✓ | ✓ | ✓ | | ✓ | |
|[QNEthernet][17]| ✓ | ✓ | ✓ | | ✓ | |
|[RP2040 EthernetCompat][213] | + | + | + | | + | + |
|[RP2040 LwipIntfDev][19] | + | not blocking | ✗ | ✓ | + | |

Expand Down Expand Up @@ -356,7 +356,7 @@ Modern server class implementations have constructor without parameters, method
|WiFiEspAT|[WiFiServer][54] | + | ✗ (1) |✓ |
|EthernetENC |[EthernetServer][55] | + | EthernetServerPrint |✓ |
|STM32Ethernet |[EthernetServer][56] | ✓ | ✓ |
|QNEthernet |[EthernetServer][57] | ✓ | ✓ |
|QNEthernet |[EthernetServer][57] | ✓ | ✓ | ✓ |
|RP2040 WiFi|[WiFiServer][58] (3)| + | ✗ (1) |✓ |

(1) ArduinoWiFiServer in NetApiHelpers library has print-to-all-clients and proper server.available()
Expand Down Expand Up @@ -437,7 +437,7 @@ All UDP classes in the researched libraries implement the Arduino UDP class whic
[14]: https://github.com/JAndrassy/WiFiEspAT/blob/master/src/WiFi.h#L57
[15]: https://github.com/JAndrassy/EthernetENC/blob/master/src/Ethernet.h#L75
[16]: https://github.com/stm32duino/STM32Ethernet/blob/main/src/STM32Ethernet.h#L16
[17]: https://github.com/ssilverman/QNEthernet/blob/master/src/QNEthernet.h#L62
[17]: https://github.com/ssilverman/QNEthernet/blob/master/src/QNEthernet.h
[18]: https://github.com/earlephilhower/arduino-pico/blob/master/libraries/WiFi/src/WiFiClass.h#L41
[19]: https://github.com/earlephilhower/arduino-pico/blob/master/libraries/lwIP_Ethernet/src/LwipIntfDev.h#L57

Expand Down
1 change: 0 additions & 1 deletion ArduinoNetLibsTestReport.md
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,6 @@ pull requests:
Minor issues:

* doesn't have Ethernet.h
* doesn't have `end()`
* doesn't have `setDNS`, `dnsIP(n)`


Expand Down