sstaub / Ethernet3

Ethernet library for Arduino and Ethernetshield2 / WIZ550io / WIZ850io / USR-ES1 with Wiznet W5500 chip
Other
75 stars 34 forks source link

W5500 "setHostname" issue #51

Open basilmozg opened 2 years ago

basilmozg commented 2 years ago

"setHostname" dont work for me I use W5500 shield and ESO8266

Init Ethernet.setHostname("ethernet"); Ethernet.begin(mac);

DHCP return address But when I link for ethernet.local there os no answer in browser. What am I doing wrong? P.S. Wifi host name works fine

sstaub commented 2 years ago

Can try the code from the main branch?

basilmozg commented 2 years ago

Do you mean a code from examples? There are no examples with .setHostname I have tried use const *char host = "ethernet" but still the same result. Am I right when enter "hostname.local" in the browser?

sstaub commented 2 years ago

No, I mean the whole library itself, you can download it directly from the main branch and then install the library manually. There was a change in handling DHCP memory, maybe it solves your problem.

basilmozg commented 2 years ago

I sure this is the same last version. But anyway I reload it. Still the same negative result

` modified 12 Aug 2013 by Soohwan Kim (suhwan@wiznet.co.kr)

name=Ethernet3 version=1.5.5`