Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/tjeufoolen/filesyncservice
- Owner: tjeufoolen
- Created: 2020-12-13T13:39:32.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2024-02-24T16:30:14.000Z (11 months ago)
- Last Synced: 2024-02-24T17:33:57.630Z (11 months ago)
- Topics: client, cloud, cpp, file, server, sync
- Language: C++
- Homepage:
- Size: 189 KB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)