zeroconf Questions

3

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 m...
Dumps asked 22/8, 2013 at 18:37

4

I have a development webserver hosting as "myhost.local" which is found using Bonjour/mDNS. The server is running avahi-daemon. The webserver also wants to handle any subdomains of itself. Eg "cat...
Cadence asked 22/4, 2009 at 0:20

5

Solved

I've got some apps I would like to make visible with zeroconf. Is there an easy scriptable way to do this? Is there anything that needs to be done by my network admin to enable this? Python or ...
Palaeobotany asked 16/12, 2009 at 16:51

4

My target is to discover the IP address of a Linux computer "server" in the local network from a Windows computer. From another Linux computer "client" I can do: ping -c1 server...
Fundamentalism asked 20/4, 2012 at 10:4

3

Solved

I'm using NsdManager in an Android App to discover NSD services published by another device also developed by me. I only do service discovery on Android App (no service registration needed on this ...
Paella asked 14/9, 2019 at 23:31

5

Solved

So its a longshot, I'll start with that. Is it/could it be possible to discover bonjour advertised HTTP services in javascript alone? Why would this be useful? Imagine a local service looking aft...
Devilish asked 1/12, 2009 at 19:10

6

I'm trying to run an application using Android Native Service Discovery but sometimes when I run the application, it doesn't discover all services from my network. I'm running the code from https:/...
Scrabble asked 9/10, 2012 at 12:3

2

Solved

Link-Local Multicast Name Resolution (LLMNR) is a Microsoft tech for service discovery based on multicast DNS. Is it compatible with Bonjour/Zeroconf? If so, where's the API? The service discovery,...
Carolecarolee asked 31/7, 2012 at 13:20

1

Solved

The book Zero Configuration Networking - The Definite Guide by Stuart Cheshire and Daniel H. Steinberg from 2005 describes a dns-sd command line test tool which should be available for macOS, Windo...

2

I'm trying to figure out if this is even possible, but what's the simplest way of advertising a Bonjour service through Visual C++?
Conditioning asked 11/8, 2010 at 22:3

2

Solved

I've read through android documentation on finding specific network services using NSD. Below is my code to discover all the available _http._tcp services. final NsdManager.DiscoveryListener disco...
Ketchup asked 2/8, 2016 at 14:1

0

How can I make a Java web app application built with Spring Boot discoverable with zeroconf? I tried the following with JmDNS but it does not seem to work: @Bean public JmDNS jmdns() { try { Jm...
Doubling asked 16/7, 2016 at 10:51

9

Are there any other Java libraries for bonjour/zeroconf apart from JMDNS?
Nell asked 5/8, 2009 at 13:17

5

I am trying to implement bonjour/zero conf on my android app. I am using jmDns library for searching the all the available devices. Here is the code that I am using for searching the devices in the...
Singlebreasted asked 11/1, 2011 at 10:2

1

The Desired Functionality: User A is running your app on an Android or iOS device. User A can automatically find and communicate with other nearby (< 20 meters?) users B and C (Cross-Platform), ...

4

Solved

Is there an easy way to scan a given network for Bonjour/Zeroconf services? I have a set of computers (Linux, Windows, Apple) and would like to auto-generate a list of all available Zeroconf-capab...
Election asked 26/2, 2009 at 17:35

2

I would like to develop an Android app which would run on Blackberry PlayBook. App would need to find other devices on the local network running the same app. I was thinking to implement Bonjour...
Touchmenot asked 17/5, 2012 at 6:28

4

Solved

I see that lwIP has some AutoIP (aka IPv4LL, aka RFC 3927) code, but I can't tell if it does anything higher up in the Zeroconf stack, namely mDNS and DNS-SD (with RFC 2782). So, does lwIP support...
Cutcherry asked 3/3, 2010 at 23:1

5

I'm trying to test the ZeroConf sample at http://www.mono-project.com/Mono.Zeroconf. I'm running OpenSuse 11 and Mono 2.2. My server code is: using System; using Mono.Zeroconf; namespace zeroco...
Micromillimeter asked 1/3, 2009 at 13:47

5

Solved

I'm working with a Droid / Android 2.0.1 and encountering an issue apparently many people have: I'm unable to discover services using the one pure-Java zeroconf library I know of, jmDNS. (Apple's B...
Phip asked 18/3, 2010 at 23:53

3

On iPhone if I create custom service for example "_test._tcp.local." in Bonjour I can seek/broadcast this service through WiFi or/and Bluetooth. It is possible on Android ? I know that there is j...
Draughtsman asked 2/12, 2011 at 9:49

2

Solved

I recently discovered, through Ubuntu's empathy im client, that exists a protocol that enables the user to talk with anyone on his actual local network. It seems empathy calls this service "People ...
Dispread asked 28/5, 2011 at 9:1

3

Is it possible to use Bonjour from command line? For example if I want to register a service I type something like that: bonjour -register service_name port. And then Bonjour allocate a free IP for...
Spillway asked 4/3, 2010 at 13:5

1

Solved

Background I'm working on a cross-platform Zeroconf/Bonjour/DNS-SD library for Haskell, and figured my best bet would bet would be to target the dns_sd.h API. Under Linux, the implementation of th...
Volley asked 12/9, 2011 at 16:34

2

I am developing a control device with an embedded webserver. The webserver provides a control interface to any web browser that requests it (from Windows browsers, Mac browsers, iPhone android etc)...
Illusionist asked 4/6, 2010 at 8:17

© 2022 - 2024 — McMap. All rights reserved.