Go to file
Alexis Pereda 12991f04e1 initial commit 2019-07-02 16:35:02 +02:00
.gitignore initial commit 2019-07-02 16:35:02 +02:00
CMakeLists.txt initial commit 2019-07-02 16:35:02 +02:00
README.md initial commit 2019-07-02 16:35:02 +02:00

README.md

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

mkdir build
cd build
cmake ..
make

then run any example binary, located inside the build/examples/ directory.