Skip to main content

All Questions

Tagged with
1 vote
1 answer
312 views

Can Linux mDNS client be "pure" client?

I found some famous mDNS clients, such as nss-mdns, Avahi-browse, are dependent on avahi-daemon. However, if we start avahi-daemon, the client machine also publish its mDNS domain name and become a ...
Evian's user avatar
  • 1,175
0 votes
0 answers
865 views

How to create DNS-SD custom hostname in centos linux so that we can dicover it by zeroconf resolver in dotnetcore

I need to get ipaddress by hostname for zeroconf devices. Its working perfectly in windows but in linux it gives below error Here is the Windows code, but it does not work Linux with avahi ILookup&...
Quick's user avatar
  • 21
1 vote
0 answers
224 views

gethostbyname works in bonjour, but not in avahi

I am finishing up the process of switching from bonjour to avahi in my embedded Linux 3.14. All is working fine,except from the issue of gethostbyname(). Mdns advertised devices are resolved by ...
glrocks's user avatar
  • 11
2 votes
1 answer
5k views

AttributeError: 'module' object has no attribute 'unique'

I installed zeroconf on a linux machine running Fedora 20. I have installed all the packages on which zeroconf depends on. However, when I try to run testcert.py, I come across the following error: ...
ap6491's user avatar
  • 815
1 vote
1 answer
1k views

zeroconf implementation on an embedded linux system

I have an embeeded system that I like to add zeroconf to it. The aim is: Auto assign an IP to itself if there is no dhcp available. It respond to mdns request and identify itself correctly. It ...
mans's user avatar
  • 17.7k
2 votes
1 answer
6k views

How to set up autoip with local-link (RNDIS) on linux and embedded linux

I'm trying to figure out how to automatically setup an zeroconfig network address on a RNDIS Usb Gadget. currently when i plug in the device, on the device i have to $ modprobe g_ether $ ifconfig ...
Kevin's user avatar
  • 340
18 votes
3 answers
14k views

Avahi Hostname Resolution: Is it caching somewhere?

I am using Fedora 18 with the avahi command line tools (version 0.6.31) I use avahi-resolve-host-name to discover the IP address of units on my subnet, for testing purposes during development. I ...
trh178's user avatar
  • 11.5k
0 votes
2 answers
2k views

ZeroConf Chat with Python

I am trying to set up a Bonjour (or Ahavi) chatbot for our helpdesk system that would answer basic questions based on a menu system. The basis of my question is how do I get python to create the bot ...
korylprince's user avatar
  • 3,009