Skip to content

Commit c010ca9

Browse files
authored
Merge pull request #11 from ssilverman/qnethernet
Apply updates for QNEthernet
2 parents d366c7d + 54e312a commit c010ca9

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

ArduinoNetAPILibs.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ Legend for the tables in this document:
7979
|[esp32 Ethernet][13] (2) | | not blocking || wrong param. order | | |
8080
|[EthernetENC][15] |||| |||
8181
|[STM32Ethernet][16]|||| |||
82-
|[QNEthernet][17]|||| || |
82+
|[QNEthernet][17]|||| || |
8383
|[RP2040 EthernetCompat][213] | + | + | + | | + | + |
8484
|[RP2040 LwipIntfDev][19] | + | not blocking ||| + | |
8585

@@ -356,7 +356,7 @@ Modern server class implementations have constructor without parameters, method
356356
|WiFiEspAT|[WiFiServer][54] | + | ✗ (1) ||
357357
|EthernetENC |[EthernetServer][55] | + | EthernetServerPrint ||
358358
|STM32Ethernet |[EthernetServer][56] |||
359-
|QNEthernet |[EthernetServer][57] |||
359+
|QNEthernet |[EthernetServer][57] ||||
360360
|RP2040 WiFi|[WiFiServer][58] (3)| + | ✗ (1) ||
361361

362362
(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
437437
[14]: https://github.com/JAndrassy/WiFiEspAT/blob/master/src/WiFi.h#L57
438438
[15]: https://github.com/JAndrassy/EthernetENC/blob/master/src/Ethernet.h#L75
439439
[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
441441
[18]: https://github.com/earlephilhower/arduino-pico/blob/master/libraries/WiFi/src/WiFiClass.h#L41
442442
[19]: https://github.com/earlephilhower/arduino-pico/blob/master/libraries/lwIP_Ethernet/src/LwipIntfDev.h#L57
443443

ArduinoNetLibsTestReport.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,6 @@ pull requests:
9595
Minor issues:
9696

9797
* doesn't have Ethernet.h
98-
* doesn't have `end()`
9998
* doesn't have `setDNS`, `dnsIP(n)`
10099

101100

0 commit comments

Comments
 (0)