Skip to content
 
 

Latest commit

 

History

13 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Client-server model

This is an educational project, aim is to understand how to interact with POSIX (synchronous) socket APIs to implement a client-server architecture.

Build

$ mkdir build
$ cd build
$ cmake ..
$ make

Requires C++14 compiler

Usage

Run server: $ ./os-net-server <port>

Run client: $ ./os-net-client <port>

Test

Tested manually on macOS Mojave 10.14.3 and Linux 4.12.

Copyright

Pavel Ponomarev, 2019 (pavponn@gmail.com)

MIT License.

About

Simple client-server model.

Topics

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages