Open Source Continuous File Synchronization; contains branches to build Syncthing as a C library
Go to file
Jakob Borg 61e3daaead Add shortcut for syncing identical files 2014-05-28 14:27:08 +02:00
Godeps Add Edit > Show ID with QR (fixes #243) 2014-05-21 20:06:14 +02:00
assets Revamp UI (fixes #185, fixes #147, fixes #136, fixes #124) 2014-05-20 19:36:37 +02:00
auto Don't start repo with non-directory root (fixes #276) 2014-05-28 06:55:30 +02:00
beacon Don't stop discovery on send errors (fixes #240) 2014-05-28 07:03:47 +02:00
buffers Package descriptions for godoc 2014-03-12 06:32:26 +01:00
cid The Great Rewrite (fixes #36, #61, #94, #101) 2014-03-29 13:47:21 +01:00
cmd Expand tilde on Windows as well (fixes #289) 2014-05-26 16:58:03 +02:00
config Allow repo mismatches to proceed (ref #223) 2014-05-28 12:39:33 +02:00
discover Don't stop discovery on send errors (fixes #240) 2014-05-28 07:03:47 +02:00
files Crash slightly more controlled under weird circumstances... 2014-05-24 12:08:28 +02:00
gui Merge pull request #305 from jedie/versioning_name 2014-05-28 11:25:34 +02:00
integration Capture integration test output 2014-05-21 15:23:54 +02:00
lamport Package level comments 2014-05-15 00:40:17 -03:00
logger Package level comments 2014-05-15 00:40:17 -03:00
model Add shortcut for syncing identical files 2014-05-28 14:27:08 +02:00
osutil Simple file versioning (fixes #218) 2014-05-25 20:49:08 +02:00
protocol Add forgotten file 2014-05-28 14:27:08 +02:00
scanner Don't start repo with non-directory root (fixes #276) 2014-05-28 06:55:30 +02:00
upnp Don't crash on error response to UPnP query (fixes #226) 2014-05-16 19:04:32 +02:00
versioner Simple file versioning (fixes #218) 2014-05-25 20:49:08 +02:00
xdr Don't ping timeout during long transfers (fixes #280) 2014-05-28 13:25:06 +02:00
.gitignore Fix discosrv build, build as part of all (fixes #257) 2014-05-22 08:46:19 +02:00
CONTRIBUTING.md Links to discourse 2014-04-30 15:14:42 +02:00
CONTRIBUTORS Add KayoticSully 2014-05-21 22:20:53 +02:00
LICENSE Add licensing and contribution info 2014-03-24 14:57:14 +01:00
README.md Remove unneccessary verbage 2014-05-21 17:59:59 +02:00
build.sh Don't require SSE in 32 bit builds (fixes #277) 2014-05-25 21:36:38 +02:00

README.md

syncthing

This is the syncthing project. The following are the project goals:

  1. Define a protocol for synchronization of a file repository between a number of collaborating nodes. The protocol should be well defined, unambiguous, easily understood, free to use, efficient, secure and language neutral. This is the Block Exchange Protocol.

  2. Provide the reference implementation to demonstrate the usability of said protocol. This is the syncthing utility. It is the hope that alternative, compatible implementations of the protocol will come to exist.

The two are evolving together; the protocol is not to be considered stable until syncthing 1.0 is released, at which point it is locked down for incompatible changes.

Getting Started

Take a look at the getting started guide.

Signed Releases

As of v0.7.0 and onwards, git tags and release binaries are GPG signed with the key BCE524C7 (http://nym.se/gpg.txt). The signature is included in the normal release bundle as syncthing.asc or syncthing.exe.asc.

Documentation

The syncthing documentation is on the discourse site.

License

All documentation and protocol specifications are licensed under the Creative Commons Attribution 4.0 International License.

All code is licensed under the MIT License.