Skip to content
Snippets Groups Projects
Forked from asapo / asapo
2170 commits behind the upstream repository.
Sergey Yakubov's avatar
Sergey Yakubov authored
* commit '3cd6b54e': (129 commits)
  fix for windows
  restructured io files
  some refactoring
  add error code for windows
  install producer and example, makefiles and test for producer example
  refactor producer and io
  introduce producer error class
  added tests for reciever and io
  write file to disk
  adjust for macos
  start working at file write handler
  finish with request
  start working on Request
  refactoring reciever
  integration test producer/reviever, refactoring
  Fixed windows build
  Refactoring
  Added more unittests to receiver
  Refactoring of Receiver
  Added more unittest for producer peer
  ...
8a1b92e2
History

hidra2

C++ Projects

  • /common/cpp

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

  • /producer/producer-api

Library: ProducerImpl 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

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

With tests

Need googletest >= 1.8.0

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