android : Find UPnP devices from network
Asked Answered
P

1

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

Poetize answered 15/9, 2010 at 11:56 Comment(1)
Try this link: android-dev-faq.com/2011/12/…Campobello
H
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.

Haughay answered 9/10, 2010 at 16:33 Comment(1)
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 errorsApportion

© 2022 - 2024 — McMap. All rights reserved.