/FileSyncService

Custom service written in c++ that demonstrates the concepts of file synchronization

Primary LanguageC++

FileSyncService

Prerequisites

  • CMake >= 3.17
  • C++ compiler
  • [optional] valgrind (for testing leak detections)

Getting Started

  1. Clone this project
  2. Be sure to add the asio library (version 1.18.x) in the root of the project under asio-1.18.0.
  3. Open the client & server projects seperatly.
  4. Run the server project.
  5. Run the client project.
  6. Execute commands in the client 🎉

Authors