Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Ethernet - complete API (setHostname, dnsIP(n), hostByName, ...) #221

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

Open
JAndrassy wants to merge 1 commit into arduino:main
base: main
Choose a base branch
Loading
from JAndrassy:ethernet_complete_api

Conversation

Copy link
Contributor

@JAndrassy JAndrassy commented Dec 21, 2023
edited
Loading

For legacy Ethernet API, setDnsServerIP was missing.
Many Ethernet libraries have now the getters and setters as the WiFi API: setDNS, dnsIP(n), macAddress
hostByName is useful to split blocking client.connect(gost, port) into to steps or debug DNS.

setDNS(dns1, dns2) is in the PR #200
that PR is important for dnsServerIP and dnsIP(n) too.

tested with LegacyEthernetTest

overview of API in librarries

@per1234 per1234 added type: enhancement Proposed improvement topic: code Related to content of the project itself labels Dec 21, 2023
Copy link
Collaborator

per1234 commented Dec 21, 2023

Thanks @JAndrassy! I'm just commenting to explain that the failure of the "Compile Examples" workflow run is caused by a bug in Arduino CLI; not by any problem introduced by this PR. So don't worry about that failure.

JAndrassy reacted with thumbs up emoji

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Reviewers
No reviews
Assignees
No one assigned
Labels
topic: code Related to content of the project itself type: enhancement Proposed improvement
Projects
None yet
Milestone
No milestone
Development

Successfully merging this pull request may close these issues.

AltStyle によって変換されたページ (->オリジナル) /