Skip to content

amber-systems/upnp-clr

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

upnp-clr

0.0.1 - (client) discovery

0.0.2 - (client) WANIPConnection:

  • GetExternalIPAddress
  • AddPortMapping
  • DeletePortMapping
  • GetGenericPortMappingEntry

usage

var client = new UpnpClient();
await client.AddPortMapping( 80, 8080 );

NuGet

https://www.nuget.org/packages/upnp-clr-client

Releases

No releases published

Packages

No packages published

Languages

  • C# 99.9%
  • Shell 0.1%