Skip to content

Commit 8a8b63c

Browse files
committed
2 parents 69663c6 + 028d67a commit 8a8b63c

File tree

1 file changed

+21
-0
lines changed

1 file changed

+21
-0
lines changed

README.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
# TCP_Server_Client_Tester
2+
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+
![](screenshot.gif)
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
16+
17+
### Author
18+
**Daniel Duller** - [dadul96](https://github.com/dadul96)
19+
20+
### License
21+
This project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details

0 commit comments

Comments
 (0)