0 down vote HI kim/Everyone,

Have you succeeded in service discovcery using jmdns in Android.I'm facing same problem not able to discover services using jmdns in Android.

From my code using jmdns am trying to discover services of type

//jmdns.addServiceListener("_afpovertcp._tcp.", listener);     //ServiceInfo[] infos = jmdns.list("_afpovertcp._tcp."); I have installed _afpovertcp._tcp service type (Avahi package) in my Linux ubuntu pc. My Android phone with my code and linux machine both are configured to WI-FI.Still not able to discover my linux pc.

Please reply

link|improve this question
feedback

1 Answer

Yes make sure you are using the latest jMDNS from Sourceforge in their SVN repo and you can see our example in Android here from our open source app.

http://code.google.com/p/tunesremote-plus/source/browse/trunk/src/org/tunesremote/LibraryActivity.java

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.