/fast-lib

A C++ library for FaST related functionality

Primary LanguageC++GNU Lesser General Public License v3.0LGPL-3.0

fast-lib

Build Status

A C++ library for FaST related functionality

Build instructions

Static libraries can be built with:

mkdir build && cd build
cmake ..
make

When linking the libraries in an executable librt has to be linked in after that (-lrt). For an example using fast-lib with cmake see fast-project/migration-framework repository.

Testing

mosquitto -d 2> /dev/null  
make test