[done] Avahi - Zeroconf Networking

If there's software you need and you can't find, make a request for it.
User avatar
damNageHack
Posts: 663
Joined: 24. Sep 2009, 17:07

[done] Avahi - Zeroconf Networking

Post by damNageHack »

http://avahi.org/
Avahi is an Implementation of the DNS Service Discovery and Multicast DNS specifications for Zeroconf Networking. It uses D-Bus for communication between user applications and a system daemon. The daemon is used to coordinate application efforts in caching replies, necessary to minimize the traffic imposed on networks.
Current Status

The Avahi mDNS responder is now feature complete implementing all MUSTs and the majority of the SHOULDs of the mDNS/DNS-SD RFCs. It passes all tests in the Apple Bonjour conformance test suite. In addition it supports some nifty things that have never been seen elsewhere like correct mDNS reflection across LAN segments. The mDNS responder is implemented as a C library ("avahi-core") which is embeddable into other applications.

Features

* Licensed under LGPL
* IPv4 and IPv6 support
* D-Bus interface
* Drops all privileges and runs as user "avahi"
* chroot() support
* Embeddable mDNS stack (i.e. mDNS stack available as library)
* Support for loading static service definitions from XML fragments
* Interface to GLIBC NSS using nss-mdns
* Ability to reflect mDNS traffic between multiple subnets
* Ability to configure a unicast DNS server automatically from server data published on the LAN
* Wide area DNS-SD support (read-only for now)
* Compatibility libraries implementing a subset of the HOWL and Apple Bonjour APIs
Zenwalk had it by standard installation. It is quite useful for home networks.
Last edited by damNageHack on 8. Jan 2010, 21:52, edited 1 time in total.
Image
This is the oppinion of the author, it does not force you to share and is signed automatically.
You are free to keep them all errors for your own. Linux is the best game I ever played.
prfaasse
Posts: 14
Joined: 22. Sep 2009, 18:31
Location: Amsterdam

Re: Avahi - Zeroconf Networking

Post by prfaasse »

:D :D :D
in case of panic: scream and run in circles
User avatar
damNageHack
Posts: 663
Joined: 24. Sep 2009, 17:07

Re: Avahi - Zeroconf Networking

Post by damNageHack »

prfaasse wrote::D :D :D
:?: :?: :?:
Image
This is the oppinion of the author, it does not force you to share and is signed automatically.
You are free to keep them all errors for your own. Linux is the best game I ever played.
User avatar
thenktor
Salix Wizard
Posts: 2426
Joined: 6. Jun 2009, 14:47
Location: Franconia
Contact:

Re: Avahi - Zeroconf Networking

Post by thenktor »

damNageHack wrote: :?: :?: :?:
Peter (prfaasse) is the avahi maintainer in Zenwalk ;)
Image
burnCDDA (burns audio CDs)
geBIERt (German beer blog)
User avatar
damNageHack
Posts: 663
Joined: 24. Sep 2009, 17:07

Re: Avahi - Zeroconf Networking

Post by damNageHack »

prfaasse wrote::D :D :D
:lol: :lol: :lol:
Image
This is the oppinion of the author, it does not force you to share and is signed automatically.
You are free to keep them all errors for your own. Linux is the best game I ever played.
User avatar
thenktor
Salix Wizard
Posts: 2426
Joined: 6. Jun 2009, 14:47
Location: Franconia
Contact:

Re: Avahi - Zeroconf Networking

Post by thenktor »

BTW: Peter are you still in Zenwalk team? I've thought you took a break. :?:
Image
burnCDDA (burns audio CDs)
geBIERt (German beer blog)
User avatar
damNageHack
Posts: 663
Joined: 24. Sep 2009, 17:07

Re: Avahi - Zeroconf Networking

Post by damNageHack »

thenktor wrote:BTW: Peter are you still in Zenwalk team? I've thought you took a break. :?:
Please come back to topic, thanks 8-)
Image
This is the oppinion of the author, it does not force you to share and is signed automatically.
You are free to keep them all errors for your own. Linux is the best game I ever played.
User avatar
damNageHack
Posts: 663
Joined: 24. Sep 2009, 17:07

Re: Avahi - Zeroconf Networking

Post by damNageHack »

Code: Select all

checking for QT3... configure: error: Package requirements ( qt-mt >= 3.0.0 ) were not met:

No package 'qt-mt' found

Consider adjusting the PKG_CONFIG_PATH environment variable if you
installed software in a non-standard prefix.

Alternatively, you may set the environment variables QT3_CFLAGS
and QT3_LIBS to avoid the need to call pkg-config.
See the pkg-config man page for more details.
Tried with qt and qt3 packages installed in parallel and each for its alone.

How to proceed? Does salix need a special qt package to get avahi working?
Image
This is the oppinion of the author, it does not force you to share and is signed automatically.
You are free to keep them all errors for your own. Linux is the best game I ever played.
User avatar
thenktor
Salix Wizard
Posts: 2426
Joined: 6. Jun 2009, 14:47
Location: Franconia
Contact:

Re: Avahi - Zeroconf Networking

Post by thenktor »

Building avahi afaik is not trivial. Perhaps you have to specify QT3DIR? Did you take a look in Peter's build script of the Zen package? Or perhaps Peter can give a tip?
Image
burnCDDA (burns audio CDs)
geBIERt (German beer blog)
User avatar
damNageHack
Posts: 663
Joined: 24. Sep 2009, 17:07

Re: Avahi - Zeroconf Networking

Post by damNageHack »

thenktor wrote:Building avahi afaik is not trivial. Perhaps you have to specify QT3DIR? Did you take a look in Peter's build script of the Zen package? Or perhaps Peter can give a tip?
Yes, I took a quick look into Peter's script, but not long enough ...

There is no SLKBUILD available, so we maybe have to port the script only without help from slkbuild? The script is not so easy to understand ;)

I tried also to install the package from Zenwalk directly into salix, but it does not work. :shock:
Image
This is the oppinion of the author, it does not force you to share and is signed automatically.
You are free to keep them all errors for your own. Linux is the best game I ever played.
Post Reply