There's is an mDns library in the esp32 esp-idf library - however it's not been implemented as at the time there was some discussion around using a pure JavaScript module that could then be used across all platforms.
Is this to know what ip to connect to? You can add the MAC address to your router and dish out a static fixed ip on your network as a work around.
As Gordon mentioned, the timers are abstracted in JavaScript. How precise do you want your alarms to be? If they are the only thing running, then the event will get fire and run pretty close to the time.... what is you want to do?
Espruino is a JavaScript interpreter for low-power Microcontrollers. This site is both a support community for Espruino and a place to share what you are working on.
There's is an mDns library in the esp32 esp-idf library - however it's not been implemented as at the time there was some discussion around using a pure JavaScript module that could then be used across all platforms.
Is this to know what ip to connect to? You can add the MAC address to your router and dish out a static fixed ip on your network as a work around.
As Gordon mentioned, the timers are abstracted in JavaScript. How precise do you want your alarms to be? If they are the only thing running, then the event will get fire and run pretty close to the time.... what is you want to do?