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: 4 months 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 5 years ago)
- Default Branch: master
- Last Pushed: 2024-02-24T16:30:14.000Z (almost 2 years ago)
- Last Synced: 2025-03-31T22:09:18.986Z (11 months ago)
- Topics: client, cloud, cpp, file, server, sync
- Language: C++
- Homepage:
- Size: 189 KB
- Stars: 3
- 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)