Skip to content

MasahiroShiomi/AsynchronousServerSample

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

AsynchronousServerSample

C# sample program: A server is built with asynchronous socket connections

Overview

  • Sample program which sends messages to clients through TCP/IP connections

Desription

  • This sample sends messages to clients. If a client starts to connect to this program and sends "Start\n", the server starts to send the messages to client. If the client wants to stop data, send "Stop\n" to the program.

Requirement

  • This program was written by Visual Studio 2015, therefore you might need it to compile this program.

Usage

  • You can check active connection number on GUI.

About

C# sample program: A server is built with asynchronous socket connections

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages