jmdns Questions

2

Solved

I'm trying to implement a class to discover services on the network. I've tried working with Android's NSD and it does discover the services fine, but it supports only API levels 16 and up, and I c...
Sakai asked 22/5, 2014 at 11:44

1

Solved

I am running Django on my raspberry-pi, and I am using avahi-daemon to access my rpi on raspberrypi.local . On my Django I have made APIs for my android application to access via HTTP protocol. For...
Thorley asked 13/1, 2017 at 5:47

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

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

2

Solved

I'm looking for a solution to resolve .local host names with Android 4.0.4 (no NSD, due to API level 15). On the device I don't have any service to discover, just the hostname. Could you please pro...
Ezraezri asked 18/12, 2014 at 13:14

2

As part of an app I'm developing, I need to be able to resolve the correct IP that corresponds with a Bonjour hostname. For example, I'm given jack.local and need to resolve it to 192.168.1.141 wh...
Combined asked 17/1, 2013 at 5:35

1

I have what I thought would be quite a simple problem. I'm trying to use JmDNS to broadcast a service which I've managed to do successfully, however when the app is paused, I want to unregister a ...
Thresathresh asked 29/7, 2013 at 9:53

2

Solved

I started work on a JmDNS bindings for Xamarin.Android. I managed to get the binding to build but I can not reference it from within my code. https://github.com/ytn3rd/monodroid-bindings/tree/maste...
Helli asked 23/5, 2014 at 14:57

1

Solved

I will create a server-less local networking App for iOS and Android. the App in both iOS and Android devices should find out and talk to each other. I know that there are platform built-in servic...
Medicable asked 22/1, 2014 at 8:32

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

1

So I am trying to use jmdns on Android 3.2.1 (HTC Flyer) and I am using jmdns for service discovery. Everything works nicely except that one of my three devices (rest of them work fine) is broadcas...
Nathanialnathaniel asked 8/1, 2013 at 17:51

1

Solved

I want to create the airplay in android in which my android device will work as a airplay server(receiver)and iPhone device will work as a receiver . I have used jmdns in my application which is op...
Stoeber asked 28/2, 2013 at 5:26

2

Solved

I'm trying to implement JmDNS discovery for communication between an Android app and a desktop application. I have followed the following tutorial: http://home.heeere.com/tech-androidjmdns.html Th...
Fatherland asked 15/1, 2013 at 14:59

4

Solved

I m looking for an apple bonjour for android. Are there a recommanded jar for this? I googled for an apple bonjour application and I found the Jmdns application http://home.heeere.com/tech-android...
Banking asked 5/9, 2012 at 13:12

2

Solved

For my Android app, users need to connect to a server that will be hosted somewhere on the same LAN. There can be multiple servers hosted on the same LAN. To make it easy for the user, I was going ...
Allier asked 22/7, 2011 at 15:14

1

Solved

Once a service is discovered through DNS-SD, how exactly does the address of that host get resolved, and does it take significantly more time/overhead? Also, if I am using JmDNS or Bonjour there a...
Gurevich asked 6/8, 2012 at 20:54

2

Solved

PREAMBLE: since SDK level 16, Android has a built-in Zeroconf implementation. Unless bronze age compatibility is a concern, don't use jmDNS anymore, use NsdManager instead. PREAMBLE #2: early ve...
Shakedown asked 28/7, 2012 at 3:20

3

Solved

Has anyone gotten Multicast to work on Android 2.2, specifically JmDNS for Bonjour service detection. There are many questions & answers from the Android 1.5->2.0 timeframe, including on stackO...
Circumflex asked 2/9, 2010 at 0:59

3

Solved

Hopefully my issue isn't too silly but I'm having the following problem... I'm importing a jar which contains the library JmDNS into my project. My project sets up to handle JmDNS like this... s...
Newel asked 13/11, 2011 at 13:23

2

Solved

I have a "long-running" cleanup operation that I need to perform in onDestroy() of my Activity. What is the best way to do this? If I use a Thread to do this, my onDestroy() will return immediatel...
Aerophagia asked 28/2, 2012 at 9:23

1

Solved

I've been able to get the samples that come with JmDNS to compile and run, however I can't get any of the classes to discover my services. I'm running a Windows environment with multiple PC's runn...
Exposure asked 14/2, 2012 at 12:1

1

Solved

I'm trying to enable service discovery in my client-server application using JmDNS. I fully understand service registry on the server side, with code that resembles this: JmDNS jmdns = JmDNS.creat...
1

© 2022 - 2024 — McMap. All rights reserved.