I've finally worked out how to load the Tasmota code into NodeMCU devices, or probably any other for that matter - sadly, I had to re-do it before I realised what I'd done the first few times, which was actually follow the instructions! >Sigh< . Anyway, I really like mDNS, the multicast DNS mechanism whereby service providers advertise their services using multicast. This is an ideal mechanism for local services on one's own home network, and is a part of Apple's OS X and iOS, Linux distros, and (even!) Windoze. Sadly not Android. Tools. It was known as Bonjour, and is more usually known as Avahi in the Linux world. Basically, you use a DNS name of the form " yourhost.local ", where " local " triggers the special magic, and your application finds the service without needing to know the IP address. Pretty much like standard DNS eh? Except it's a completely separate code base and specific applications or OSes have to make separate calls to...
Comments
Post a Comment