Skip to content

Apply updates for QNEthernet #11

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Sep 19, 2024
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