2

I am making application in which i want to find the list of the UPnP devices that are connected to my network from my android application . Any idea how can i do this..

I am using the API of the cybergarage...here is the link of the repository...

https://cgupnpjava.svn.sourceforge.net/svnroot/cgupnpjava/trunk/cyberlink/upnp-stack/src/main/java/org/cybergarage/

Any one who has work or has been working on UPnP Complianted Application development, can help me out.

Thank you

skaffman
  • 398,947
  • 96
  • 818
  • 769
Rakesh Gondaliya
  • 1,050
  • 3
  • 25
  • 42
  • Try this link: http://www.android-dev-faq.com/2011/12/how-to-use-upnp-search-in-android.html –  Dec 29 '11 at 22:15

1 Answers1

4

I have a created an alternative Java UPnP library that also works on Android:

http://teleal.org/projects/cling/core/

A manual chapter about Android integration, an example application, and a video of the example application are available. The example application shows how you can search and list all the UPnP devices on your network.

  • But clink code is written in maven java, that's I am not able to compile that code its showing some errors. How can I get rid of that one errors – Deepak Jan 20 '15 at 06:03