Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to guide for creating a uPNP iPhone app?

I want to create an iPhone app that manages a Windows computer via uPNP. The Windows computer will be the device I'm controlling, and the iPhone will be the controller.

I've pretty much narrowed it down to uPNP as my solution of choice, with Platinum uPNP being the library. My question is, how do I implement this? Is there a simple tutorial or sample source code for creating an iPhone uPNP control point with Platinum uPNP? (Or any other library for that matter)

like image 854
zkwentz Avatar asked Mar 11 '11 19:03

zkwentz


1 Answers

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

like image 176
Bruno Avatar answered Nov 09 '22 13:11

Bruno