initial commit

This commit is contained in:
2019-07-02 16:35:02 +02:00
commit 12991f04e1
3 changed files with 76 additions and 0 deletions

15
README.md Normal file
View File

@ -0,0 +1,15 @@
## Purpose
The purpose of this repository is to provide code examples that can be compiled and run for people reading my PhD thesis.
These examples codes are **not** for production and often are simplified with regard of technical specificities (for example, but not limited to, perfect forwarding).
## Usage
```bash
mkdir build
cd build
cmake ..
make
```
then run any example binary, located inside the `build/examples/` directory.