Open Source Continuous File Synchronization; contains branches to build Syncthing as a C library
Go to file
Jakob Borg b7ea695caf CSRF protection should only cover /rest 2014-07-06 15:00:44 +02:00
Godeps Use LevelDB storage backend 2014-07-06 14:46:48 +02:00
assets Refactor logo (fixes #403) 2014-07-01 22:20:18 +02:00
auto Refactor node ID handling, use check digits (fixes #269) 2014-06-30 01:42:03 +02:00
beacon Simplify memory handling 2014-06-19 01:02:32 +02:00
cmd CSRF protection should only cover /rest 2014-07-06 15:00:44 +02:00
config Refactor node ID handling, use check digits (fixes #269) 2014-06-30 01:42:03 +02:00
discover Continue discovery on connect errors (fixes #324) 2014-07-04 13:47:54 -07:00
files Use LevelDB storage backend 2014-07-06 14:46:48 +02:00
gui Refactor node ID handling, use check digits (fixes #269) 2014-06-30 01:42:03 +02:00
integration Use LevelDB storage backend 2014-07-06 14:46:48 +02:00
lamport Add license header 2014-06-01 22:50:14 +02:00
logger Use LevelDB storage backend 2014-07-06 14:46:48 +02:00
luhn Luhn error checking 2014-07-04 16:16:50 +02:00
model Use LevelDB storage backend 2014-07-06 14:46:48 +02:00
osutil Add license header 2014-06-01 22:50:14 +02:00
protocol Use LevelDB storage backend 2014-07-06 14:46:48 +02:00
scanner Use LevelDB storage backend 2014-07-06 14:46:48 +02:00
upnp Handle query parameters in UPnP control URL (fixes #211) 2014-07-02 20:28:03 +02:00
versioner Add license header 2014-06-01 22:50:14 +02:00
xdr Use LevelDB storage backend 2014-07-06 14:46:48 +02:00
.gitignore Use LevelDB storage backend 2014-07-06 14:46:48 +02:00
.travis.yml Forget go1.2 2014-06-12 02:28:03 +02:00
CONTRIBUTING.md Links to discourse 2014-04-30 15:14:42 +02:00
CONTRIBUTORS Add bsidhom 2014-07-05 23:01:31 +02:00
LICENSE Add licensing and contribution info 2014-03-24 14:57:14 +01:00
README.md Fix embarrasing badge :) 2014-06-10 17:23:00 +02:00
build.sh Remove reprecated st* utils 2014-07-01 12:20:25 +02:00

README.md

syncthing Build Status Coverage Status

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.