Info
Version: | 3.1.0 |
Author(s): | Harmen van Keimpema |
Last Update: | Monday, June 14, 2021 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://github.com/keimpema/Usenet |
NuGet Url: | https://www.nuget.org/packages/Usenet |
Install
Install-Package Usenet
dotnet add package Usenet
paket add Usenet
Usenet Download (Unzip the "nupkg" after downloading)
Dependencies
- Microsoft.CSharp(>= 4.6.0)
- Microsoft.Extensions.FileProviders.Abstractions(>= 3.0.0)
- System.Collections.Immutable(>= 1.6.0)
- System.Net.Security(>= 4.3.2)
Tags
It offers an NNTP client, an NZB file parser, builder, writer, a yEnc encoder and decoder. It is mainly focused on keeping memory usage low.
Server responses can be enumerated as they come in. Binary messages will be encoded to yEnc format streaming and yEnc-encoded data will be decoded to binary data streaming.