Difference between revisions of "Mesh/Firmware/Zeroconf"

changed the formatting
(added installation instructions for avahi)
(changed the formatting)
Line 16: Line 16:
* [http://linux.die.net/man/1/avahi-discover avahi-discover] - show a real-time graphical browse list for mDNS/DNS-SD network services
* [http://linux.die.net/man/1/avahi-discover avahi-discover] - show a real-time graphical browse list for mDNS/DNS-SD network services
* [http://linux.die.net/man/8/avahi-dnsconfd avahi-dnsconfd] - a Unicast DNS server made from mDNS/DNS-SD configuration daemon
* [http://linux.die.net/man/8/avahi-dnsconfd avahi-dnsconfd] - a Unicast DNS server made from mDNS/DNS-SD configuration daemon
* [http://linux.die.net/man/8/avahi-autoipd avahi-autoipd] - a IPv4LL network address configuration daemon


Features:  
Features:  
Line 26: Line 27:


'''Installation''' (for ubuntu)
'''Installation''' (for ubuntu)
* Obtain an IPv4LL address, <code>$ sudo avahi-autoipd -D <INTERFACE></code> (interface: wlan0, eth0)
* Obtain an IPv4LL address
*: <code>$ sudo avahi-autoipd -D <INTERFACE></code> (interface: wlan0, eth0)
* Install <code>nss-mdns</code>
* Install <code>nss-mdns</code>
* Enable and run <code>avahi-daemon</code>
* Enable and run <code>avahi-daemon</code>
289

edits