SuperSocket.Engine
1.6.6.1
dotnet add package SuperSocket.Engine --version 1.6.6.1
NuGet\Install-Package SuperSocket.Engine -Version 1.6.6.1
<PackageReference Include="SuperSocket.Engine" Version="1.6.6.1" />
paket add SuperSocket.Engine --version 1.6.6.1
#r "nuget: SuperSocket.Engine, 1.6.6.1"
// Install SuperSocket.Engine as a Cake Addin #addin nuget:?package=SuperSocket.Engine&version=1.6.6.1 // Install SuperSocket.Engine as a Cake Tool #tool nuget:?package=SuperSocket.Engine&version=1.6.6.1
SuperSocket is a light weight, cross platform and extensible socket server application framework. You can use it to build a server side socket application (like game server, GPS server, industrial control system, data acquisition server etc) easily without thinking about how to use socket, how to maintain the socket connections and how socket works.
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET Framework | net35 is compatible. net40 is compatible. net403 was computed. 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. |
-
- log4net (>= 2.0.3)
- SuperSocket (>= 1.6.6.1)
NuGet packages (4)
Showing the top 4 NuGet packages that depend on SuperSocket.Engine:
Package | Downloads |
---|---|
SuperSocketRRPCServer
BaseProvideServices 新增RequestClientSession 对象 |
|
ClassLibrary.Common
公用类库 |
|
Ncs
Networking-with-CSharp Easy to use SuperSocket |
|
FRPCServer
优化结构 |
GitHub repositories (5)
Showing the top 5 popular GitHub repositories that depend on SuperSocket.Engine:
Repository | Stars |
---|---|
Lunat1q/Catchem-PoGo
Project is DEAD, Discord server: https://discord.me/Catchem
|
|
brianzhouzc/RocketBot
An automated Pokémon Go Bot
|
|
MobBotTeam/PokeMobBot
a Pokemon Go Bot by PokeMobBot Team - Discord: https://discord.gg/8msqsWV | Forums:
|
|
Necrobot-Private/NecroBot
NecroBot2
|
|
jianjipan/MES
这是一个用C#写的MES系统 ,用到了supersocket通信框架,以及WPF技术
|
Fixed an unhandled exception about performance counter when stop server instance;