android : Find UPnP devices from network

坚强是说给别人听的谎言 提交于 2019-12-06 11:11:05

问题


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


回答1:


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.



来源:https://stackoverflow.com/questions/3717332/android-find-upnp-devices-from-network

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!