1

I have an embeeded system that I like to add zeroconf to it. The aim is:

  1. Auto assign an IP to itself if there is no dhcp available.
  2. It respond to mdns request and identify itself correctly.
  3. It responds to dns-ds and broadcast its capability correctly.

Is there any library that can help me on this?

I found Avahi (http://avahi.org/) but it seems there is no development on it for some years. Is it still a good solution?

My device has Linux 2.x on it.

mans
  • 17,104
  • 45
  • 172
  • 321

1 Answers1

1

Avahi seems to be the de-facto standard implementation of Zeroconf for Linux and it is used pretty much everywhere. The last release is from 2012 but this does not mean it is dead -- it may just mean that it is mature and stable enough and there has been no need for additional releases yet.

Grodriguez
  • 21,501
  • 10
  • 63
  • 107