NTDLS.StreamFraming
1.0.4
There is a newer version of this package available.
See the version list below for details.
See the version list below for details.
dotnet add package NTDLS.StreamFraming --version 1.0.4
NuGet\Install-Package NTDLS.StreamFraming -Version 1.0.4
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="NTDLS.StreamFraming" Version="1.0.4" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add NTDLS.StreamFraming --version 1.0.4
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: NTDLS.StreamFraming, 1.0.4"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install NTDLS.StreamFraming as a Cake Addin #addin nuget:?package=NTDLS.StreamFraming&version=1.0.4 // Install NTDLS.StreamFraming as a Cake Tool #tool nuget:?package=NTDLS.StreamFraming&version=1.0.4
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
NTDLS.ReliableMessaging
Simple TCPIP wrapper that allows for easy one way or two way IPC with notification and query/reply support.
//Examples to come in future releases...
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net6.0 is compatible. 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 is compatible. 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. |
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.
-
net6.0
- Newtonsoft.Json (>= 13.0.3)
- NTDLS.Semaphore (>= 1.5.1)
- protobuf-net (>= 3.2.26)
-
net7.0
- Newtonsoft.Json (>= 13.0.3)
- NTDLS.Semaphore (>= 1.5.1)
- protobuf-net (>= 3.2.26)
NuGet packages (1)
Showing the top 1 NuGet packages that depend on NTDLS.StreamFraming:
Package | Downloads |
---|---|
NTDLS.MemoryQueue
In memory non-persistent message queue with notifications/messages, query/reply support and several message boradcast schemes. Intended for inter-process-communication, queuing, load-balancing and buffering over TCP/IP. |
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last updated |
---|---|---|
1.2.7 | 108 | 6/20/2024 |
1.2.6 | 737 | 1/22/2024 |
1.2.5 | 199 | 1/4/2024 |
1.2.4 | 146 | 1/3/2024 |
1.2.3 | 192 | 12/27/2023 |
1.2.2 | 138 | 12/22/2023 |
1.2.1 | 286 | 11/15/2023 |
1.2.0 | 130 | 11/12/2023 |
1.1.0 | 168 | 11/10/2023 |
1.0.6 | 114 | 11/10/2023 |
1.0.5 | 166 | 11/8/2023 |
1.0.4 | 178 | 11/7/2023 |
1.0.3 | 110 | 11/6/2023 |
1.0.2 | 144 | 11/6/2023 |
1.0.1 | 124 | 11/6/2023 |
1.0.0 | 116 | 11/6/2023 |
Renames and more generic extension methods.