Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/tjeufoolen/filesyncservice

Custom service written in c++ that demonstrates the concepts of file synchronization
https://github.com/tjeufoolen/filesyncservice

client cloud cpp file server sync

Last synced: 28 days ago
JSON representation

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

Awesome Lists containing this project

README

        

# 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.
5. Execute commands in the client :tada:

## Authors

- [Tjeu Foolen](https://github.com/tjeufoolen)