Skip to content
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

Inconsistencies between Ethernet libraries of different architectures #251

Open
soosp opened this issue Feb 19, 2024 · 4 comments
Open

Inconsistencies between Ethernet libraries of different architectures #251

soosp opened this issue Feb 19, 2024 · 4 comments

Comments

@soosp
Copy link

soosp commented Feb 19, 2024

I'm working on a multi architecture project and foundthat there are inconsistencies of Ethernet libraries for different architectures. E.g.:

  1. Ethernet library for AVR contains Dns.h (with more DNS related functions) while Ehternet for Opta doesn't
  2. Ehternet for AVR doesn't contain hostname related functions (e.g.: Ethternet.setHostName())

It'd be good to synchronize different Arduino architectures at API level, to make it possible to create portable code.

@soosp
Copy link
Author

soosp commented Feb 19, 2024

It was posted to arduino/ArduinoCore-mbed#843 also.

@JAndrassy
Copy link
Contributor

JAndrassy commented Feb 19, 2024

@soosp
Copy link
Author

soosp commented Feb 19, 2024

Thanks, it very informative. But I think, that the APIs (at least the ones maintained by Arduino) sould be in sync to support the cross-platform development.

@JAndrassy
Copy link
Contributor

JAndrassy commented Feb 19, 2024

But I think, that the APIs (at least the ones maintained by Arduino) sould be in sync to support the cross-platform development.

yes I am working on it. Ale the + in the tables are functions added since September 2023 and many PR are waiting to be merged

also https://github.com/JAndrassy/Arduino-Networking-API/blob/main/ArduinoNetLibsTestReport.md

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants