Skip to content

alexxtaurus83/TcpClient-Server

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

.Net TCP Server and Client Connectivity Check

This application consists of a simple TCP server and a corresponding TCP client. Its primary purpose is to facilitate testing network connectivity between two machines, particularly useful for verifying if firewalls are permitting communication on a specific port.

Was used to test if port (port forwarding) exposed at my Google Router accessible from my VM at Azure.

The TcpServer listens for incoming connections and echoes received messages in uppercase. The TcpClient connects to the server, sends a message, and displays the server's response.

About

.Net TCP Server and Client Connectivity Check

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages