Telnet 0.9.0-beta0001
A minimal C# 3.5/4.0/4.5/4.5.1/NetStandard1.6 Telnet client library implementation; just enough to send simple text commands from your application, retrieve the response for parsing and react appropriately.
Install-Package Telnet -Version 0.9.0-beta0001
dotnet add package Telnet --version 0.9.0-beta0001
<PackageReference Include="Telnet" Version="0.9.0-beta0001" />
paket add Telnet --version 0.9.0-beta0001
#r "nuget: Telnet, 0.9.0-beta0001"
Release Notes
Fixed TerminatedReadAsync to never miss the terminator.
Fixed the null exception on internalCancellation.Cancel.
Changed DONT\WONT behavior to ignore, eliminating negotiation loops.
Added handlers for basic non-printable Telnet symbols.
Added Subnegotiation for TerminalType and TerminalSpeed.
Added Enough Debug writes to watch the option negotiation occur in real time.
Added ALL Telnet commands and options to Commands.cs Options.cs.
Remove erroneous token.register
Add cancel call to dispose
Increased read delay
Created buffered write operations for all internal functions
Added Window Size negotiation
Added proactive SGA send
Dependencies
-
.NETFramework 4.5
- LiteGuard (>= 1.1.0)
-
.NETFramework 4.5.1
- LiteGuard (>= 1.1.0)
-
.NETStandard 1.6
- LiteGuard (>= 1.1.0)
Used By
NuGet packages (3)
Showing the top 3 NuGet packages that depend on Telnet:
Package | Downloads |
---|---|
TeamSpeak3.Metrics
Collect metrics from your TeamSpeak 3 Server
|
|
DreamNucleus.Heos
A .Net HEOS CLI client using Reactive Extensions
|
|
Rosystec.Scan.Lib
sensor aggregator
|
GitHub repositories
This package is not used by any popular GitHub repositories.
Version History
Version | Downloads | Last updated |
---|---|---|
0.9.0-beta0001 | 3,948 | 5/16/2018 |
0.8.6 | 4,840 | 9/3/2020 |
0.8.6-beta0001 | 162 | 9/2/2020 |
0.8.4 | 13,134 | 10/9/2019 |
0.8.3 | 18,717 | 3/7/2019 |
0.8.2 | 2,850 | 1/30/2019 |
0.8.1 | 17,325 | 5/8/2018 |
0.8.0 | 28,625 | 3/12/2017 |
0.7.0 | 8,913 | 9/6/2016 |
0.6.1 | 20,923 | 2/25/2016 |
0.6.0 | 1,050 | 1/27/2016 |
0.5.0 | 943 | 12/8/2015 |
0.4.0 | 1,276 | 10/27/2015 |
0.3.2 | 962 | 9/15/2015 |
0.3.1 | 1,597 | 6/20/2015 |
0.2.5 | 14,742 | 12/15/2014 |
0.2.0 | 669 | 11/27/2014 |
0.1.0 | 764 | 11/26/2014 |