We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e47fb97 commit 83645ceCopy full SHA for 83645ce
client/README.MD
@@ -0,0 +1,18 @@
1
+# Simple Server/Client
2
+
3
+Example of simple server/client that can work with both UPD and TCP protocols
4
5
+## Requirements
6
+ + Linux
7
+ + Compiler with C++11 support
8
+ + CMake >= 3.0.0
9
10
+## Description
11
12
+Neither server nor client uses additional threads and both based on event listening technologies.
13
14
+Server uses 'epoll' method to work with multiple UPD and TCP sessions at same time
15
16
+Client works with one server by chosen protocol and uses 'select' method to listen events.
17
18
+Both application has been provided with interative menus so you don't get lost.
0 commit comments