Questions tagged [zeroconf]

Zero configuration networking (zeroconf) is a set of techniques that automatically creates a usable Internet Protocol (IP) network without manual operator intervention or special configuration servers.

Zero configuration networking (zeroconf) is a set of techniques that automatically creates a usable Internet Protocol (IP) network without manual operator intervention or special configuration servers.

194 questions
0
votes
1 answer

Zeroconfig/Bonjour/dns-sd: How to translate local. hostname into IP address

When I register new service with DNS-SD api in C and then try to discover this service on another computer in my LAN, I am getting after resolving this discovered service something like this: Here hostname is: Michal's-iMac-5k.local. How this…
Michał Ziobro
  • 10,759
  • 11
  • 88
  • 143
0
votes
1 answer

output of dns-sd browse command not redirected to file in busybox shell(ash)

To check if mdnsd is in probing mode we are using below command to browse for service and redirect its output a file, and hostname of the device is found in the command we decide that mdnsd is in probing mode. command used for publishing…
ART
  • 1,509
  • 3
  • 29
  • 47
0
votes
1 answer

file request for: "0002-Add-uninstalled.pc.in-files.patch" from avahi for compiling for android

I try to compile a Qt console project for Android that includes DNS services provided by avahi. As my shared libraries dns_sd.so are not compatible, I would try to compile avahi according to these links. Utilize Avahi Libraries in Android for mDNS…
Andrea S.
  • 41
  • 5
0
votes
2 answers

ssh issues with zeroconf client on ubuntu

I have an embedded device which when connected via usb, it gets a IP assigned. I should be able to telnet to this device using the assigned IP. I can see this in the ifconfig of my ubuntu machine. Problem: When I try to telnet, it does not connect…
BTR Naidu
  • 1,063
  • 3
  • 18
  • 45
0
votes
1 answer

How to discover specific devices on the network with my own app

I have a working prototype of a gps tracking device. It currently needs an external screen when I want to modify its settings. I'd like to change that in a way that it connects to the local WIFI and becomes discoverable for a mobile app that will be…
Chris
  • 13,100
  • 23
  • 79
  • 162
0
votes
1 answer

Unable to communicate to device with .local domain using android, corova-zeroconf-plugin

I am having an iot device which is advertising in my network with name iotdevice.local, i am able to send http requests to this domain in my windows pc after installing Bonjour. But i am developing an ionic app from which i'll be communicating…
Daga Arihant
  • 464
  • 4
  • 19
0
votes
1 answer

Zeroconf not found any service

I started to test zeroconf to implement the discovery feature in a plugin I'm developing. At the beginning it was working good, but a few weeks ago it isn't showing any available service. I thought it was problem of my device, but Arduino IDE is…
GEPD
  • 198
  • 2
  • 16
0
votes
0 answers

Zeroconf.ResolveAsync was freezed

I tried to use Zeroconf to get all the devices. When i called the ResolveAsync, the code got freezed. I am running Xamarin Form on Android phone. It didn't produce any error or force close. It just stays there. public async Task Update() { …
LittleFunny
  • 8,155
  • 15
  • 87
  • 198
0
votes
0 answers

JmDNS does not work properly

At the moment i am working with the version 3.4.1 from the sourceforge page. I tried all the simple examples for registering and resolving the services. My problem is that my ServiceListener is just calling the serviceAdded method. It cannot resolve…
Syy0n
  • 21
  • 3
0
votes
0 answers

How to use broadcast/multicast to replace zeroconf

I'm working on a project that has server and client roles. I would like to have servers and clients automatically detecting each other. At a first glance, zeroconf seems to be the best solution. But it would add a dependency, Bonjour, to the…
Jerry
  • 1,704
  • 5
  • 20
  • 40
0
votes
1 answer

Bonjour SDK/Reference in WinRT

Can I use Bonjour SDK in an universal app? I'm having trouble to add Bonjour reference in my Visual Studio. I did install Bonjour SDK on my machine. The closest question I can find is this. It is a one year old question and being left without a…
Jerry
  • 1,704
  • 5
  • 20
  • 40
0
votes
2 answers

python what data type is this?

I'm pretty new to python, and currently playing with the zeroconf library. when I try to register a service on the network, I'm seeing this in the function definition: def register_service(self, info, ttl=_DNS_TTL): """Registers service…
snowbound
  • 1,692
  • 2
  • 21
  • 29
0
votes
0 answers

Multicast DNS problems

Feeling a bit lost after many days of relentless digging and looking for inspiration... The story so far:- I have a Microchip PIC32-based wifi-dev board running TCP/IP stack v5.36. After boot-up, the app works fine when requesting the default…
quixote
  • 23
  • 6
0
votes
2 answers

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 so that it connects to the network as a chat…
korylprince
  • 2,969
  • 1
  • 18
  • 27
0
votes
1 answer

Zeroconf: Unable to get txt records

I've been trying to use Onovotny's Zeroconf package in my 8.1 phone app. It discovers the service that I'm looking for but none of the TXT records come back. In iOS I'm using NSNetServiceBrowser and for Android, JmDNS. Both give me everything I…
Jeremy Roberts
  • 751
  • 1
  • 5
  • 13
1 2 3
12
13