Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork218
Ethernet.h remove unimplemented methods#783
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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
Ethernet.h remove unimplemented methods#783
Uh oh!
There was an error while loading.Please reload this page.
Conversation
JAndrassy commentedDec 1, 2023
- socketAddressFromIpAddress is the base class
- setHostname causes linker error. implementation is not possible
socketAddressFromIpAddress in implemented in the base classsetHostname causes linker error. implementation is not possible
facchinm commentedDec 4, 2023
Thanks for the contribution, they were stray functions from the very old initial implementation. Merging! |
JAndrassy commentedDec 5, 2023 • edited
Loading Uh oh!
There was an error while loading.Please reload this page.
edited
Uh oh!
There was an error while loading.Please reload this page.
@facchinm Martino, to be honest, the networking libraries of this core look unfinished. There are many loose ends. I will add more PR, but withoutworking client copying it is not even possible to test MbedServer. |