Skip to content
Snippets Groups Projects
Forked from asapo / asapo
1379 commits behind the upstream repository.
Tim Schoof's avatar
Tim Schoof authored
The numpy version is chosen based on the numpy version provided by
debian and centos for python < 3.7 and the version used by scipy wheels
for all other python version.

Additionally, the producer
and the consumer now have the same setup and install dependencies on
cython.
e0e48ae5
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)