Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

UPnP for iPhone [closed]

Tags:

iphone

What free upnp library would you recommend for iPhone development? It has to support control point features and allow to serve files off from iPhone.

like image 384
Nopik Avatar asked Jul 16 '09 07:07

Nopik


People also ask

Does Iphone have UPnP?

You can't as UPnP is not supported with the AirPorts. However, Apple does provide something similar, which they call NAT-PMP. You will find this option on the NAT tab within the utility, listed as "Enable NAT Port Mapping Protocol."

Should I close UPnP?

Should You Disable UPnP? Ultimately, it is a matter of opinion. UPnP is convenient but does bring with it some quite serious security flaws, some of which cannot be mitigated by security solutions. It's our recommendation that if you don't use port forwarding at all, then you should disable UPnP.

Do Apple devices use UPnP?

Apple does not support UPNP .. and port mapping is not the same thing at all.. when you map a port it is fixed..

How do I enable UPnP on my Iphone hotspot?

You just have to connect the computer you have Connectify Hotspot installed to your network via WiFi or wired Ethernet, and create a WiFi hotspot. Then, connect your gaming devices to the WiFi network created with Connectify Hotspot, which will automatically create a UPnP networking environment.


2 Answers

There is an open source project on Sourcefourge that will do this called CyberLink for C

It is written in C which integrates with Objective-C easily, but they provide Objective-C wrappers also. With it you can create UPnP applications easily with Objective-C on Mac OS X.

This is not to be confused with the Cyberlink DVD player software. They are two completely different things.

like image 128
Brock Woolf Avatar answered Sep 21 '22 11:09

Brock Woolf


Consider this one: http://code.google.com/p/upnpx/

like image 28
bruno Avatar answered Sep 21 '22 11:09

bruno