Skip to content

Commit 83645ce

Browse files
committed
Added README
1 parent e47fb97 commit 83645ce

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

client/README.MD

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)