LovettSoftware.SmartSockets
1.0.2
dotnet add package LovettSoftware.SmartSockets --version 1.0.2
NuGet\Install-Package LovettSoftware.SmartSockets -Version 1.0.2
<PackageReference Include="LovettSoftware.SmartSockets" Version="1.0.2" />
paket add LovettSoftware.SmartSockets --version 1.0.2
#r "nuget: LovettSoftware.SmartSockets, 1.0.2"
// Install LovettSoftware.SmartSockets as a Cake Addin #addin nuget:?package=LovettSoftware.SmartSockets&version=1.0.2 // Install LovettSoftware.SmartSockets as a Cake Tool #tool nuget:?package=LovettSoftware.SmartSockets&version=1.0.2
This is a very small and super simple socket library. It provides a SmartSocketServer that provides discovery over UDP and SmartSocketClient that can discover the server so there's no messing about with ip addresses and ports. All message serialization is done with DataContractSerializer with support for custom types. It is also fast, with round trip times under 1 millisecond. It also supports opening a backchannel with the server so you can get full bidirectional communication.
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net5.0 was computed. net5.0-windows was computed. net6.0 was computed. net6.0-android was computed. net6.0-ios was computed. net6.0-maccatalyst was computed. net6.0-macos was computed. net6.0-tvos was computed. net6.0-windows was computed. net7.0 was computed. net7.0-android was computed. net7.0-ios was computed. net7.0-maccatalyst was computed. net7.0-macos was computed. net7.0-tvos was computed. net7.0-windows was computed. net8.0 was computed. net8.0-android was computed. net8.0-browser was computed. net8.0-ios was computed. net8.0-maccatalyst was computed. net8.0-macos was computed. net8.0-tvos was computed. net8.0-windows was computed. |
.NET Core | netcoreapp2.1 is compatible. netcoreapp2.2 was computed. netcoreapp3.0 was computed. netcoreapp3.1 was computed. |
.NET Framework | net46 is compatible. net461 was computed. net462 was computed. net463 was computed. net47 was computed. net471 was computed. net472 was computed. net48 was computed. net481 was computed. |
-
.NETCoreApp 2.1
- No dependencies.
-
.NETFramework 4.6
- No dependencies.
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.