Open.Nat
2.0.11
See the version list below for details.
dotnet add package Open.Nat --version 2.0.11
NuGet\Install-Package Open.Nat -Version 2.0.11
<PackageReference Include="Open.Nat" Version="2.0.11" />
paket add Open.Nat --version 2.0.11
#r "nuget: Open.Nat, 2.0.11"
// Install Open.Nat as a Cake Addin #addin nuget:?package=Open.Nat&version=2.0.11 // Install Open.Nat as a Cake Tool #tool nuget:?package=Open.Nat&version=2.0.11
Open.NAT is a lightweight and easy-to-use class library to allow port forwarding in NAT devices (Network Address Translator) that support Universal Plug and Play (UPNP) and/or Port Mapping Protocol (PMP).
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET Framework | net45 is compatible. net451 was computed. net452 was computed. net46 was computed. net461 was computed. net462 was computed. net463 was computed. net47 was computed. net471 was computed. net472 was computed. net48 was computed. net481 was computed. |
This package has no dependencies.
NuGet packages (1)
Showing the top 1 NuGet packages that depend on Open.Nat:
Package | Downloads |
---|---|
RakDotNet
C# 100% RakNet Library |
GitHub repositories (8)
Showing the top 5 popular GitHub repositories that depend on Open.Nat:
Repository | Stars |
---|---|
quasar/Quasar
Remote Administration Tool for Windows
|
|
NebulaModTeam/nebula
A multiplayer mod for the game Dyson Sphere Program
|
|
CitiesSkylinesMultiplayer/CSM
Source code for the Cities: Skylines Multiplayer mod (CSM)
|
|
Ulterius/server
[WIP] Ulterius™ server where all the magic happens :rocket: :feelsgood:
|
|
ciribob/DCS-SimpleRadioStandalone
An open source Stand alone Radio for DCS integrating with all clickable cockpits and FC3 Aircraft
|
Version | Downloads | Last updated |
---|---|---|
2.1.0 | 517,180 | 7/30/2016 |
2.0.16 | 3,388 | 4/8/2016 |
2.0.15 | 2,245 | 1/28/2016 |
2.0.14 | 2,381 | 10/10/2015 |
2.0.13 | 2,684 | 4/30/2015 |
2.0.12 | 2,429 | 4/22/2015 |
2.0.11 | 2,136 | 3/22/2015 |
2.0.10 | 2,115 | 3/10/2015 |
2.0.9 | 2,645 | 8/23/2014 |
2.0.8 | 2,164 | 8/13/2014 |
2.0.6 | 2,165 | 8/8/2014 |
2.0.5 | 2,244 | 7/10/2014 |
1.1.1 | 2,274 | 6/6/2014 |
1.0.19 | 2,461 | 5/27/2014 |
1.0.18 | 2,490 | 5/26/2014 |
1.0.17 | 2,464 | 5/21/2014 |
1.0.16 | 2,339 | 5/19/2014 |
1.0.14 | 2,382 | 5/19/2014 |
1.0.10 | 2,334 | 5/8/2014 |
1.0.9 | 2,417 | 5/8/2014 |
1.0.8 | 2,496 | 5/7/2014 |
**Version 2.0.10**
Fixes defect #20. Absolute service control URL path and query miscalculated.
**Version 2.0.9**
Fixes defects #16. Parameterless DiscoverDeviceAsync method throws exception
**Version 2.0.8**
Fixes several defects. #10, #11, #12, #13 and #14
**2.0.0**
Thus version breaks backward compatibility with v1.
Changes the event-based discovery process' nature to an asynchronous one.
**1.1.0**
Fix for SSDP Location header.
After this version Open.NAT breaks backward compatibility.
**1.0.19**
Minor changes previous to v2.
**1.0.18**
Discovery timeout raises an event.
Permanent mappings are created when NAT only supports that kind of mappings.
Protocol to use in discovery process can be specified.
Automatic renew port mappings before expiration.
Add operations timeout after 4 seconds.
Add parameters validation in Mapping class.
Fix UnhandledException event was never raised.
**1.0.17**
Discovery timeout added.
Auto release ports opened in the session.
Fix NextSearch to use UtcNow (also performance)
Fix LocalIP property after add a port.
Tracing improvements