Skip to content
Snippets Groups Projects
Forked from asapo / asapo
1643 commits behind the upstream repository.
Tim Schoof's avatar
Tim Schoof authored
A manylinux wheel can only be used with numpy versions that are newer than the one used to build it. The 1.14 release series is the first one supporting python 3.7.
87e2b3f2
History

asapo

C++ Projects

  • /common/cpp

Library: Common library which get shared between the producer and receiver

  • /producer/asapo-producer

Library: Producer library which can send data to the receiver

  • /receiver

Executable: The receiver which can receive data from the producer

  • /producer/inotify-event-detector-cpp

Executable: Implementation of the producer api with inotify

Building

With documentation

Need Doxygen >= 1.8.10 and sphinx

  • mkdir build
  • cd build
  • cmake -DBUILD_CPP_DOCS=ON _DBUILD_PYTHON_DOCS ..

With tests

Need googletest >= 1.8.0

  • mkdir build
  • cd build
  • cmake -DBUILD_TESTS=ON ..

The software is MIT licensed (see LICENSE.txt) and uses third party libraries that are distributed under their own terms (see LICENSE-3RD-PARTY.txt)