Hi all,
I’d like to implement a channel as an upnp client that can search for servers for different device types and then connect to the server’s configuration page (web page)
and may do some configuration.
I googled and found Roku SDK can’t achieve this. 
Is there a way to implement an UPnP client and web browser? Does NDK can ? :roll:
What makes you think the SDK can’t achieve this?
Yes, for servers that don’t have anything like a REST style API you would have to do some really unpleasant work to support them.
Yes, because Roku said in developer guide that developers can easily and quickly to build a channel w/o too much coding, so I think it would be easy. 
And the SDK documentation is not that helpful for coding. :x
Eventually, I have a server that has UPnP server built-in with unusual urn (not like media server term) and I’d like to find this server and gather info from its device description published via UPnP. And then I can access its configuration page via web browsing and do some configuration. The server’s configuration pages has a lot and I don’t want to waste time parsing the content item by item. So I’d like to have NDK to put c-code library to have UPnP client and web browsing support. Where/How can I get the NDK? The developer program document said that developers can request for NDK but how? :?:
If there’s no way to request for NDK and SDK did can achieve UPnP client and web browsing, is there any sample code and documentation for instruction?
Thanks in advance
Hi,
I sent email and got the reply:
The NDK isn’t publicly available at this time.
What can I do next?
ACode where do I put the code I have. 