Examples

Complete, working examples that demonstrate various features of libevpl. All examples are compiled and tested as part of the build process.

Available Examples

Building and Running

These examples are built as part of the test suite:

make debug
cd build/debug
ctest -R "libevpl/examples"

Or run them manually:

./build/debug/src/tests/echo_stream
./build/debug/src/tests/echo_connected_msg

Table of contents