@@ -79,7 +79,7 @@ Legend for the tables in this document:
79
79
| [ esp32 Ethernet] [ 13 ] (2) | | not blocking | ✗ | wrong param. order | | |
80
80
| [ EthernetENC] [ 15 ] | ✓ | ✓ | ✓ | | ✓ | ✓ |
81
81
| [ STM32Ethernet] [ 16 ] | ✓ | ✓ | ✓ | | ✓ | ✓ |
82
- | [ QNEthernet] [ 17 ] | ✓ | ✓ | ✓ | | ✓ | |
82
+ | [ QNEthernet] [ 17 ] | ✓ | ✓ | ✓ | | ✓ | ✓ |
83
83
| [ RP2040 EthernetCompat] [ 213 ] | + | + | + | | + | + |
84
84
| [ RP2040 LwipIntfDev] [ 19 ] | + | not blocking | ✗ | ✓ | + | |
85
85
@@ -356,7 +356,7 @@ Modern server class implementations have constructor without parameters, method
356
356
| WiFiEspAT| [ WiFiServer] [ 54 ] | + | ✗ (1) | ✓ |
357
357
| EthernetENC | [ EthernetServer] [ 55 ] | + | EthernetServerPrint | ✓ |
358
358
| STM32Ethernet | [ EthernetServer] [ 56 ] | ✓ | ✓ |
359
- | QNEthernet | [ EthernetServer] [ 57 ] | ✓ | ✓ |
359
+ | QNEthernet | [ EthernetServer] [ 57 ] | ✓ | ✓ | ✓ |
360
360
| RP2040 WiFi| [ WiFiServer] [ 58 ] (3)| + | ✗ (1) | ✓ |
361
361
362
362
(1) ArduinoWiFiServer in NetApiHelpers library has print-to-all-clients and proper server.available()
@@ -437,7 +437,7 @@ All UDP classes in the researched libraries implement the Arduino UDP class whic
437
437
[ 14 ] : https://github.com/JAndrassy/WiFiEspAT/blob/master/src/WiFi.h#L57
438
438
[ 15 ] : https://github.com/JAndrassy/EthernetENC/blob/master/src/Ethernet.h#L75
439
439
[ 16 ] : https://github.com/stm32duino/STM32Ethernet/blob/main/src/STM32Ethernet.h#L16
440
- [ 17 ] : https://github.com/ssilverman/QNEthernet/blob/master/src/QNEthernet.h#L62
440
+ [ 17 ] : https://github.com/ssilverman/QNEthernet/blob/master/src/QNEthernet.h
441
441
[ 18 ] : https://github.com/earlephilhower/arduino-pico/blob/master/libraries/WiFi/src/WiFiClass.h#L41
442
442
[ 19 ] : https://github.com/earlephilhower/arduino-pico/blob/master/libraries/lwIP_Ethernet/src/LwipIntfDev.h#L57
443
443
0 commit comments