Mina 2.0.7.1
See the version list below for details.
dotnet add package Mina --version 2.0.7.1
NuGet\Install-Package Mina -Version 2.0.7.1
<PackageReference Include="Mina" Version="2.0.7.1" />
paket add Mina --version 2.0.7.1
#r "nuget: Mina, 2.0.7.1"
// Install Mina as a Cake Addin #addin nuget:?package=Mina&version=2.0.7.1 // Install Mina as a Cake Tool #tool nuget:?package=Mina&version=2.0.7.1
Mina.NET is the .NET implementation of Apache MINA, a network application framework which helps users develop high performance and high scalability network applications easily. It provides an abstract event-driven asynchronous API over various transports such as TCP/IP via async socket.
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET Framework | net20 is compatible. net35 was computed. net40 is compatible. net403 was computed. net45 was computed. 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 (3)
Showing the top 3 NuGet packages that depend on Mina:
Package | Downloads |
---|---|
RespServer
Redis (RESP) Server / Protocol |
|
EduPptPackage
Edu的PPT插件包 |
|
Yuansfer.PosPayWindows
Pos2Pos Remote Pay |
GitHub repositories (1)
Showing the top 1 popular GitHub repositories that depend on Mina:
Repository | Stars |
---|---|
riperiperi/FreeSO
Re-implementation of The Sims Online.
|
* 2.0.7.1 - Added test for KeepAliveFilter
* Fixed incorrect IoEventType
* Fixed incorrect method calls in socket transport
* 2.0.7 - First release based on Apache MINA 2.0.7
* Unified yet simple API for various transport types:
* - TCP/IP & UDP/IP via .NET asynchronous socket
* - serial communication
* - loopback (in-application pipe)
* Extensible filters
* Low-level and high-level API:
* - low-level: uses IoBuffers
* - high-level: uses user-defined message objects and codecs
* Highly customizable thread model
* Out-of-the-box SSL · TLS
* Overload shielding & traffic throttling
* Stream-based I/O support via StreamIoHandler
* Tested