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
2 answers

How to resolve lost service details (Avahi, ZeroConf)?

I'm trying to write some kind of service browser with Avahi. Discovering and resolving new services works just fine, however I'm facing a problem when I try to resolve service that was lost in ItemRemoved handler.…
Buyuk
  • 1,094
  • 1
  • 8
  • 23
0
votes
1 answer

DNS resolve without depending on router for asterisk system

Basically I have a Debian box running asterisk assigned an IP via DHCP with host-name XXX. My windows browser can resolve the host-name but if I use host-name in X-Lite or my SPA922 phone it fails to resolve. Is there any way of getting this to work…
john
  • 13
  • 3
0
votes
1 answer

JS return result from Java

I am attempting to use the following plugin and am having a problem accessing the JAVA result in JS. Below is a short version on the plugin that relates Java: public void sendCallback(String action, ServiceInfo info) { JSONObject status = new…
tyler
  • 1,273
  • 2
  • 16
  • 40
0
votes
1 answer

QT dns_sd.h UINT8 does not name a type

This is a zeroconf example I'm trying to compile on Windows. I also downloaded bonjour sdk for Windows from Apple. I'm using Qt Version (4.6.2) and Qt Creator 1.3.1, not sure if it is relevant. When I compile, it complains about 'UINT8' does not…
Jerry
  • 1,704
  • 5
  • 20
  • 40
0
votes
1 answer

Unity3d ingame plugin fails to load system32 dll

I'am developing plugin for Kerbal Space Program (Windows 8.1) so I can use zeroconf networking (bonjour) from game. I'am using Mono.Zeroconf wrapper, Bonjour is installed and working. Simple console app works fine, service is visible on network.…
McOffsky
  • 205
  • 3
  • 11
0
votes
1 answer

log4j2 to chainsaw not working - nothing shows up in the 'Zeroconf' tab of Chainsaw

I am trying to to use Chainsaw to view my application's logger events but there is nothing showing up under the 'Zeroconf' tab in chansaw. I've followed Scott's guide in log4j2 to chainsaw hello world not working… what am I doing wrong? - but no…
Arthur
  • 595
  • 1
  • 7
  • 17
0
votes
1 answer

How can I refresh mDNSResponder.exe in Windows without -remove command

I had an client application that made with mDNSResponder.exe. mDNSResponder carried out real-time updating data on client program received from state of some server hardwares such as DVR or ip-camera in certain closed network environment. I just…
0
votes
1 answer

iPad stops responding to bonjour/zeroconf after name change

iPad4 running iOS 6.1. It responds to bonjour/mdns requests under its current name (eg ping example.local). Go to Settings > General > About > Name and change name (eg to newname). iPad stops responding to mdns requests. Wireshark shows no response…
rswail
  • 21
  • 2
0
votes
3 answers

what is the difference between "zeroconf" and Apache Tribes?

What is the advantage to use zeroconf over apache tribes?
viji
0
votes
1 answer

mdnsresponder does not show the IPaddress while browsing

I have registered a service using bonjor mdnsresponder dns-sd -R SMARTCAM _CAMS._tcp. . 80 "u=test" "path=/pub" When I tried to reslove by name and type as below dns-sd -L SMARTCAM _CAMS._tcp. I got the reply as Lookup…
Phions
  • 105
  • 10
0
votes
1 answer

Howto make a device or pc upnp compatible

How can a pc identify a device or another pc by upnp (or similar protocol)? I want a c# program on a windows machine that can discover upnp devices in a network or a direct connection? (This should be the easy part) But what has to be done on the…
Gobliins
  • 3,848
  • 16
  • 67
  • 122
-1
votes
1 answer

Why does running avahi-browse within a docker container returns (NULL) network interfaces?

I'm attempting mDNS discovery from within a Docker container and running it using sudo docker run --privileged -v /var/run/dbus:/var/run/dbus -v /var/run/avahi-daemon/socket:/var/run/avahi-daemon/socket -d -p 5001:5001 my_application as shown in…
user1224478
  • 345
  • 2
  • 5
  • 15
-1
votes
1 answer

Sending web requests to IoT device both on Wifi and on mobile data

I have a Xamarin application that requires to connect to a device from the LAN side and also the WAN side. The device (an ESP8266) is connected via WiFi to an internal network and can be accessed from the WAN side via DDNS. When the user makes a…
Sparers
  • 423
  • 5
  • 15
-2
votes
1 answer

Wide area service discovery via bonjur / avahi

I'm looking into wide area service discovery and bonjur / avahi seem to be really good. However, I'm a bit confused about how all this works? So: I have a bunch of services running in a cloud. I have clients which can be located anywhere in the…
user2297996
  • 1,382
  • 3
  • 18
  • 28
1 2 3
12
13