Skip to content
/ Telnet Public

C# telnet client and server with RFC2217 option.

Notifications You must be signed in to change notification settings

mbandu/Telnet

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Maung BanduMaung Bandu
Maung Bandu
and
Maung Bandu
Mar 26, 2019
72a08a9 · Mar 26, 2019

History

16 Commits
Mar 26, 2019
Jan 7, 2019
Mar 26, 2019
Mar 26, 2019
Dec 12, 2018
Jan 7, 2019
Jan 7, 2019
Jan 7, 2019
Jan 7, 2019
Jan 7, 2019
Mar 26, 2019
Jan 7, 2019
Jan 7, 2019
Jan 7, 2019

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