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 zero开发者_C百科conf library I know of, jmDNS.
I know similar questions have been asked before. I\'m using the Sync Demo app I found online here, which uses Picture Sharing as a guide.
I have an app which generates some files in the app directories I need users to be able to access the files from another device/computer via file sharing over wifi, using a web browser, a ftp client
I am trying to use Bonjour from Java. I found an example of how to do it and I think I understood it. But I still do not understand why it should be done in such a complicated way. May be I miss somet
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 my
Here is a simple server application using Bonjour and written in Java. The main part of the code is given here:
I have developed an iPhone app which stores photos in the /Documents directory of my app. I would like to a开发者_如何学JAVAdd a feature which gives to the user the opportunity to transfer those pict
I\'m developping a remote control on iPhone for Mac OS and Windows. I use Bonjour framework and it\'s working well on Mac OS. I can see on my iPhone the different Mac devices which have my server.
I have small problem..I created a java App in windows and my .jar consist of whole app..i copied this jar file to mac and executed it from there it works fine..
I am planning to a peer to peer app using bonjour for the iphone. There will be no wifi available and hence am relying on bluetooth. I know bonjour based services works over bluetooth in the abscense