Rishi.Proxy 1.0.0

Suggested Alternatives

Rishi.Proxy 1.3.0-stable

There is a newer version of this package available.
See the version list below for details.
dotnet add package Rishi.Proxy --version 1.0.0
NuGet\Install-Package Rishi.Proxy -Version 1.0.0
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="Rishi.Proxy" Version="1.0.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Rishi.Proxy --version 1.0.0
#r "nuget: Rishi.Proxy, 1.0.0"
#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 Rishi.Proxy as a Cake Addin
#addin nuget:?package=Rishi.Proxy&version=1.0.0

// Install Rishi.Proxy as a Cake Tool
#tool nuget:?package=Rishi.Proxy&version=1.0.0

cs-proxy

WARNING: Never pass unsanitized strings to the hostname, port, etc.; they are just passed as-is and might cause shell escape attacks.

Proxy support for C# using OpenBSD nc. nc should be installed or shipped with this (nc is a small executable). stdbuf (GNU coreutils/BSD) or unbuffer from expect (TCL) should preferably be there too (although this can work without it, there might be buffering delays).

ProxySocket should be initialized with the values; default uses stdbuf but can be changed later. Comes with utility classes Pair and StatPair, which can be used to pair a Read/Write stream into one large stream.

Architrcture

GetStream() returns the stream of ProxySocket. ProxySocket should be Start()ed to connect.

DTLS PSK Client/Server

WARNING: Same.

DTLS wrapper using OpenSSL. Needs openssl in PATH.

Architecture

Please refer to the Test file.

Product 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.2 is compatible.  netcoreapp3.0 was computed.  netcoreapp3.1 was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.
  • .NETCoreApp 2.2

    • 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.

Version Downloads Last updated
1.3.0 580 10/9/2019
1.3.0-stable 344 10/9/2019
1.2.3 578 10/9/2019
1.2.2 581 10/9/2019
1.2.1 580 10/9/2019
1.2.0 567 10/9/2019
1.1.2 605 10/1/2019
1.1.1 578 10/1/2019
1.0.8 603 9/22/2019
1.0.7 601 9/22/2019
1.0.6 593 9/20/2019
1.0.5 583 9/20/2019
1.0.4 599 9/19/2019
1.0.3 642 9/19/2019
1.0.2 642 9/19/2019
1.0.1 626 9/19/2019
1.0.0 616 9/19/2019