Skip to content

caps-tum/fast-lib

 
 

Repository files navigation

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  

About

A C++ library for FaST related functionality

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 85.3%
  • CMake 14.7%