Left for archival purposes.

User avatar
By alonewolfx2
#9241 i already tried and not working :)
i dont know why but "ping esp8266-9f0b0c" not working too. dd-wrt as a client for my network. i will try new hostname and i will open issue on github for missing things.
User avatar
By kadamski
#9242 You mean that it's still not compiling or only pinging is not working?

I've tested that on openwrt and I can ping my ESP:
Code: Select all$ ping -c 1 esp8266-9c01c7                                                                       
PING esp8266-9c01c7.lan (192.168.69.155) 56(84) bytes of data.
64 bytes from esp8266-9c01c7.lan (192.168.69.155): icmp_seq=1 ttl=255 time=1.55 ms

--- esp8266-9c01c7.lan ping statistics ---
1 packets transmitted, 1 received, 0% packet loss, time 0ms
rtt min/avg/max/mdev = 1.558/1.558/1.558/0.000 ms


But for that to work dnsmasq on router has to have that enabled (it is on openwrt by default), my laptop has to use router as a default DNS server (also default) and I need to have "search lan" on my /etc/resolv.conf, this is also default for me. I have no idea what is Windows analogous of that. But you could always try to ping "esp8266-9f0b0c.lan" instead of "esp8266-9f0b0c" (asumming dd-wrt uses ".lan" domainname like openwrt). But the conclustion is that I think this should be dd-wrt specific and have nothing to do with esp8266.
User avatar
By alonewolfx2
#9247 webbase example compiling and working good. thakns for that.
dd-wrt is client for my network.i am connecting my main router(airties). ping dd-wrt working fine but ping esp8266-9f0b0c or ping esp8266-9f0b0c.lan not working. i dont have dnsmasq option on my main router but i can ping dd-wrt soo its enabled.
my laptop has to use router as a default DNS server (also default)
its same for me on windows.
i am trying to find my problem
for nodemcu, i can open issue for every missing functions or one issue for all missing functions. what would you preffer?
User avatar
By alonewolfx2
#9249 Now last library compiling with nodemcu and it seems working. ping still not working on nodemcu too.( at least for me)