Click here to Skip to main content
15,913,941 members
Everything / UPnP

UPnP

UPnP

Great Reads

by i00
Automatic port forwarding for your UPnP enabled router.
by Lucas Ontivero
A class library for port forwarding in NAT devices that support Universal Plug and Play (UPNP) and/or Port Mapping Protocol (PMP)
by Rousset de Pina
An application to view UPnP services and also to view UPnP DLNA services

Latest Articles

by Rousset de Pina
An application to view UPnP services and also to view UPnP DLNA services
by Lucas Ontivero
A class library for port forwarding in NAT devices that support Universal Plug and Play (UPNP) and/or Port Mapping Protocol (PMP)
by i00
Automatic port forwarding for your UPnP enabled router.

All Articles

Sort by Score

UPnP 

4 Mar 2013 by i00
Automatic port forwarding for your UPnP enabled router.
24 Sep 2017 by OriginalGriff
No. I've yet to see a Windows based router - I suspect they don't exist. All the ones I've seen are Linux based. And enabling uPnP on a router is not going to be that simple, as every router has different configuration screens, so you will have to find out how to do it for each router separately.
19 Nov 2012 by nina4ever
i need to perform port forwarding in a desktop application written in C#.i used this code :using System;using System.Threading;using NATUPNPLib;namespace iSpyApplication{ public static class NATControl { public static UPnPNAT NAT = new UPnPNAT(); ...
21 Jan 2013 by Member 9727719
I used the code from this link Easy Port Forwarding and Managing Router with UPnP[^]I substituted the windows functions with the linux functionsIt's running on my linux embedded system which acts as Internal Client (SSH port 22) in a private LAN.I have to do port mapping between this...
21 Jan 2013 by Richard MacCutchan
It's unlikely that anyone other than the author of the article can give any advice on this. CodeProject articles are provided on on "as is" basis with no guarantees.
18 Oct 2014 by rselone
hi,http://www.openhome.org...
18 Oct 2014 by George Jonsson
Have you checked this help at Microsoft Support?How to add references to a managed Visual C++ project[^]
1 Jan 2015 by mahendran.j
I am able to Port Forward my own Laptop ip if defined in the NewInternalClient parameter of AddPortMapping SOAP request for UPnP Router.Is it not possible to Port Forward another Laptop's IP through AddPortMapping SOAP command ?First I tried to my Laptop IP (192.168.250.205) and it was...
24 Sep 2017 by Johnny2121
So i've been looking around. I'm currently working on this portforwarding project and it's going really well, the only issue I am facing right now is that my application doesnt work on the routers that dont have the uPnP settings enabled. So I was thinking.. Is there a way to enable this feature...
24 Sep 2017 by Patrice T
Quote: So I was thinking.. Is there a way to enable this feature without logging into your router Short answer: No! You will not change any router setting without being logged, no matter what. Quote: I mean like I dont think that will do it, does this method have the same outcome as if you...
24 Sep 2017 by Dave Kreskowiak
Think about what you're asking. If it was possible to enable UPNP on someones router from your code WITHOUT logging into the router, what's stopping any malware running on a machine inside the network from doing it? Would you want malware doing that to your router?
9 Dec 2021 by #realJSOP
I found this codeproject article. I don't know if it's going to help you, but... Be aware that there are some issues with the code, but messages for the article describe fixes. Implement a basic IP Scanner for a local LAN in C#[^]
21 Aug 2014 by Lucas Ontivero
A class library for port forwarding in NAT devices that support Universal Plug and Play (UPNP) and/or Port Mapping Protocol (PMP)
11 Jan 2024 by Rousset de Pina
An application to view UPnP services and also to view UPnP DLNA services
9 Dec 2021 by Donald Brooks
I'm looking for assistance with writing C# network scanning program that will discover printers on a specific subnet. What I am not looking for is how to query network printers already installed on my PC or the print server. My goal is to scan a...