How to guide for creating a uPNP iPhone app? How to guide for creating a uPNP iPhone app? windows windows

How to guide for creating a uPNP iPhone app?


A simple 6 step tutorial, it is not for platinum but the UPnP steps are the same:

http://code.google.com/p/upnpx/wiki/tutorial


I am not familiar with uPNP. However, in abstract terms, doing this on iPhone should be no different from doing it from another Windows computer or any other device/computer. I imagine that you'll be opening some sort of connection to the controlled device, then following some sort of protocol to do the controlling.

So what you really need is:

  • Any tutorial/sample code to do any sort of uPNP controller.
  • Ask questions about the parts on which you get stuck (i.e., having trouble with the connection? Having trouble with the protocol? All the logs look good, but nothing's happening? Having trouble with basic iOS UI elements? Etc.)

Sorry, not really a direct answer, I know, but I hope it's helpful, anyway.