Difference between revisions of "Mesh/Firmware/Zeroconf"

added install instructions for nss-mdns
(added nss-mdns details)
(added install instructions for nss-mdns)
Line 27: Line 27:
== [http://0pointer.de/lennart/projects/nss-mdns/ nss-mdns] ==
== [http://0pointer.de/lennart/projects/nss-mdns/ nss-mdns] ==


The software providing host name resolution via Multicast DNS, effectively allowing name resolution by common Unix/Linux programs in the ad-hoc mDNS domain (*.local).  
This software broadcasts mDNS queries on every interface that supports multicasts, thereby allowing name resolution by common Unix/Linux programs in the ad-hoc mDNS domain (*.local). You don't interface with this software, but you need it for an mDNS responder (avahi). 
 
*Install nss-mdns
*: Download the compressed file
*: Extract the files: <code>$ tar -xvf <FILENAME></code> (example: nss-mdns.0.10.tar.gz)
*: Go into the directory: <code>$ cd <FOLDER></code> (example: nss-mdns.0.10)
*: <code>$ ./configure</code>
*: <code>$ make</code>
*: <code>$ sudo make install</code>


== mdns-utils ==
== mdns-utils ==
289

edits