Skip to content

Commit 743533b

Browse files
authored
Create README.md
1 parent f98b2a5 commit 743533b

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed

README.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
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+
4+
### Installation
5+
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.
6+
7+
### Requirements
8+
.NET Framework version 4.7.2 or higher
9+
10+
### Built With
11+
* [Visual Studio 2019](https://visualstudio.microsoft.com/) - IDE used for programming
12+
* [.NET](https://dotnet.microsoft.com/download/dotnet-framework) - Framework version 4.7.2 used
13+
* [TcpConnection_Lib](https://github.com/dadul96/TcpConnection_Lib) - C# library that contains the TCP connection handling
14+
15+
### Author
16+
**Daniel Duller** - [dadul96](https://github.com/dadul96)
17+
18+
### License
19+
This project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details

0 commit comments

Comments
 (0)