I might just be using the wrong terms to search for this, but I cant find how to:
I want to get the ip address of an address, i.e. control.myserver.com to use elsewhere in my script, how can I look that up (within the esp)?
Cheers
Sol
Explore... Chat... Share...
Moderator: igrr
#include <Dns.h>
IPAddress ipa;
... dns_gethostbyname("server.com", &ipa);
#include <ESP8266WiFi.h>
IPAddress ipa;
WiFi.hostbyname(serverName, &ipa);
'class ESP8266WiFiClass' has no member named 'hostbyname'
It takes about 20-25 seconds for home assistant c[…]
I tried to upgrade tof my sonoff basic R2 with the[…]
a problem Perhaps you want to define "Probl[…]
Rebooting your router will not give you a faster I[…]
There are no other notifications from esptool.py i[…]
Using the Arduino IDE, you'll learn how to set up […]
In this project, you will post to Twitter using an[…]
In this project, we will build a water level contr[…]
I guess I'm late, but I had the same problem and f[…]
Last night I received my first D1 Minis for a lear[…]
Although I am aware that this is an old post, I fe[…]