-1

I am working on UPNP network devices.

I want to get all the devices from network with particular name and manufacturer id.

So i am able to do the same by some library like dlna_framework getting response from some posts. I have this framework but issue is that I am not able to use this framework. any sample code or example will help me out!!!

Thanks in advance!!!

Deepak
  • 1,669
  • 1
  • 18
  • 28
  • What framework are you trying to use? Can you update your question to include the code you've written so far? If you haven't written any code, you could restate your question instead. In particular, more information on what you understand "particular name and manufacturer id" to mean would be important. – simonc Jan 22 '15 at 09:49
  • you can check open source library for android . This is developed by taking reference of cling. I need sample demo application to use this library code – Deepak Jan 23 '15 at 13:07
  • you can download from dropbox link : https://www.dropbox.com/s/e78fqmqzspkq4jj/dlna_framework.rar?dl=0 – Deepak Jan 23 '15 at 13:08

1 Answers1

1

I suggest to try the Cling UPnP stack.

This is user manual:Cling.

Hope it is useful for you.

Kevin Shen
  • 56
  • 2