Examples
Complete, working examples that demonstrate various features of libevpl. All examples are compiled and tested as part of the build process.
Available Examples
- Echo Server (Stream) - Simple echo server using stream semantics
- Echo Server (Message) - Echo server with message framing and segmentation
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