Open Source Continuous File Synchronization; contains branches to build Syncthing as a C library
Go to file
Jakob Borg 8716ed5aa4 Fix coveralls.io data pushing 2014-06-10 17:05:15 +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 Let server side decide if restart is needed on config change 2014-06-07 04:00:46 +02:00
beacon Add license header 2014-06-01 22:50:14 +02:00
buffers Add license header 2014-06-01 22:50:14 +02:00
cid Add license header 2014-06-01 22:50:14 +02:00
cmd Information about HTTP certificate issues 2014-06-10 15:40:21 +02:00
config Allow prioritization of downloads based on name (fixes #174) 2014-06-08 07:16:25 +02:00
discover Add license header 2014-06-01 22:50:14 +02:00
files Allow prioritization of downloads based on name (fixes #174) 2014-06-08 07:16:25 +02:00
gui Change Name -> Node Name to match Add Repo dialog. 2014-06-10 13:46:29 +02:00
integration Integration test, API key 2014-06-08 19:17:42 +02:00
lamport Add license header 2014-06-01 22:50:14 +02:00
logger Add license header 2014-06-01 22:50:14 +02:00
model Allow prioritization of downloads based on name (fixes #174) 2014-06-08 07:16:25 +02:00
osutil Add license header 2014-06-01 22:50:14 +02:00
protocol Serialize incoming indexes (fixes #344) 2014-06-10 17:05:15 +02:00
scanner Add license header 2014-06-01 22:50:14 +02:00
upnp Add license header 2014-06-01 22:50:14 +02:00
versioner Add license header 2014-06-01 22:50:14 +02:00
xdr Fix spurious xdr debug logging 2014-06-04 10:08:25 +02:00
.gitignore Fix coveralls.io data pushing 2014-06-10 17:05:15 +02:00
.travis.yml Fix coveralls.io data pushing 2014-06-10 17:05:15 +02:00
CONTRIBUTING.md Links to discourse 2014-04-30 15:14:42 +02:00
CONTRIBUTORS Allow prioritization of downloads based on name (fixes #174) 2014-06-08 07:16:25 +02:00
LICENSE Add licensing and contribution info 2014-03-24 14:57:14 +01:00
README.md Travis badge 2014-06-08 07:40:57 +02:00
build.sh Fix coveralls.io data pushing 2014-06-10 17:05:15 +02:00

README.md

syncthing Build 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.