A file synchronization service
Find a file
2026-05-13 21:38:20 +02:00
cmd Makefile, server entry point prototype, compareFiles function + other minor changes 2025-04-13 12:50:35 +02:00
internal Makefile, server entry point prototype, compareFiles function + other minor changes 2025-04-13 12:50:35 +02:00
tests Makefile, server entry point prototype, compareFiles function + other minor changes 2025-04-13 12:50:35 +02:00
.gitignore Makefile, server entry point prototype, compareFiles function + other minor changes 2025-04-13 12:50:35 +02:00
go.mod Restored progress 2025-01-01 22:18:08 +01:00
go.sum Restored progress 2025-01-01 22:18:08 +01:00
Makefile Makefile, server entry point prototype, compareFiles function + other minor changes 2025-04-13 12:50:35 +02:00
README.md Updated project state 2026-05-13 21:38:20 +02:00

CoSync

CoSync is a tool that lets you automatically synchronize files and folders accross your devices using a server. A little like Syncthing, but by me, with a server and not yet as powerful (but hey, it's lighter).

CoSync is written in Go and uses its own protocol over TCP/TLS to transfer files.

Actual state: Development paused 🟠

I decided to pause this project development for some time. There are many things that still need to be implemented before the project is functional but feel free to use anything that's already here.