This will let me just go to thelightclock.local/ and find the ESP8266 that way. Seems to be natively built into apple stuff, require itunes or bonjour install for windows, there is no android support that I can find unfortunately
I may become everything I ever hated and only support iOS, not android.
#include <ESP8266WiFi.h>
#include <ESP8266mDNS.h>
#include <WiFiClient.h>
MDNSResponder mdns;
snip
if (!mdns.begin("thelightclock")) {
Serial.println("Error setting up MDNS responder!");
while (1) {
delay(1000);
}
} else {
Serial.println("mDNS responder started");