8000 GitHub - mbandu/Telnet: C# telnet client and server with RFC2217 option.
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

mbandu/Telnet

Repository files navigation

Telnet

C# telnet client and server with RFC2217 option. (only server support for now.)

Use SerialPortStream from https://github.com/Ellerbach/serialapp for Linux Serial port.

Use System.IO.Ports.SerialPort for Windows.

Requirement

This project used VSCode.

It's normal that you get this error.

Serial list

The nuget package do not carry the necessary Linux serial library. You'll basically will need to compile them. It is documented on the GitHub page. In short:

git clone https://github.com/jcurl/serialportstream.git
cd serialportstream/
cd dll/serialunix/
./build.sh

Example

Build using 'Production' configuration for Linux build.

dotnet publish  --configuration Production

About

C# telnet client and server with RFC2217 option.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

0