I have a problem that I want to get an Ip of remote computer via Bonjour which is preinstalled . But I unable to connect with that, I don\'t know why because I have download an example code from Git H
I\'m trying to discover some mobile devices using jmdns. As long as i have wifi or 3G connection, the devices are discoverable. Ever since, i used 4G connection, it said that no devices are detected.
One way of creating JmDNS services is : ServiceInfo.create(type, name, port, weight, priority, props);
I\'m a newbie here. While having a look on the JmDNS library (3.4.1), I couldn\'t clearly get the difference between JmDNS and JmmDNS instances. I used an instance of JmmDNS to discover services and i
I\'m newbie here. I\'m dealing with my first program using osgi bundles and JmDNS. After adding JmDNS 3.4.1 jar to my project, I\'m testing the following basic code:
With my android device set up as a hotspot/Access point(AP), how can I use JmDNS(3.4.0) to find other devices connected to 开发者_运维问答this AP?
I\'m facing a strange problem. I have created an OSGi bundle for JmDNS 3.1.6 and have successfully used that in Equinox to publish a service for almost two years now. I have recently migrated to Apach
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 to sc
When the users presses the back button in my application. Here is the scenario: User starts the application - Activity
Have you suc开发者_开发技巧ceeded in service discovery using jmdns in Android? I\'m facing same problem not able to discover services using jmdns in Android.