You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This windows program can be used for testing TCP server and clients. It also works as an example code for my [TcpConnection_Lib](https://github.com/dadul96/TcpConnection_Lib).
3
+

4
+
5
+
### Installation
6
+
There is no installation required. Just download the **TCP_Server_Client_Tester.exe** and the **TcpConnection_Lib.dll** (from [Releases](https://github.com/dadul96/TCP_Server_Client_Tester/releases)) and double-click the exe.
7
+
8
+
### Requirements
9
+
.NET Framework version 4.7.2 or higher
10
+
11
+
### Built With
12
+
*[Visual Studio 2019](https://visualstudio.microsoft.com/) - IDE used for programming
13
+
*[.NET](https://dotnet.microsoft.com/download/dotnet-framework) - Framework version 4.7.2 used
14
+
*[WPF](https://docs.microsoft.com/en-us/dotnet/framework/wpf/) - Framework used for creating the GUI
15
+
*[TcpConnection_Lib](https://github.com/dadul96/TcpConnection_Lib) - C# library that contains the TCP connection handling
0 commit comments