This is a .NET Core implementation of TCPListener
object developed and tested on Ubuntu operating system. It runs on the top of .NET Core and can be connected to using any TCP client — nc
or same telnet
protocols can work for TCP communication.
This project can be built and used on any platform that can be supported using .NET Core using the following steps.
- Clone the git repository using,
git clone https://github.com/afzaal-ahmad-zeeshan/tcpserver-dotnetcore.git
. - Restore the project dependencies using,
dotnet restore
. - Build and run the project in a single command,
dotnet run
.
You can follow the on-screen guidance to start the TCP server.