Open Source Continuous File Synchronization; contains branches to build Syncthing as a C library
Go to file
Jakob Borg 3b34895ae6 LocalVersion can move backwards as well as forwards 2014-07-23 13:03:52 +02:00
Godeps Update all deps to latest version 2014-07-23 08:31:36 +02:00
assets Refactor logo (fixes #403) 2014-07-01 22:20:18 +02:00
auto Use language from query parameter 2014-07-22 20:27:36 +02:00
beacon Copyright wording 2014-07-13 01:07:49 +02:00
cmd Consolidate cmds in cmd/ 2014-07-23 08:31:13 +02:00
config Remove non-existing nodes from repositories 2014-07-22 22:29:44 +01:00
discover Consolidate cmds in cmd/ 2014-07-23 08:31:13 +02:00
events Publish more event details 2014-07-17 13:47:46 +02:00
files LocalVersion can move backwards as well as forwards 2014-07-23 13:03:52 +02:00
gui Use language from query parameter 2014-07-22 20:27:36 +02:00
integration LocalVersion can move backwards as well as forwards 2014-07-23 13:03:52 +02:00
lamport Copyright wording 2014-07-13 01:07:49 +02:00
logger Copyright wording 2014-07-13 01:07:49 +02:00
luhn Add Local Version field to files, send index in segments. 2014-07-15 13:04:37 +02:00
model LocalVersion can move backwards as well as forwards 2014-07-23 13:03:52 +02:00
osutil Copyright wording 2014-07-13 01:07:49 +02:00
protocol Hand incoming indexes on main goroutine (this should be fine now) 2014-07-23 13:03:36 +02:00
scanner Always ignore directory modification time (that stuff is nasty) 2014-07-21 10:50:15 +02:00
upnp Handle WANPPPConnection devices (fixes #431) 2014-07-22 22:47:54 +02:00
versioner Copyright wording 2014-07-13 01:07:49 +02:00
xdr Consolidate cmds in cmd/ 2014-07-23 08:31:13 +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 Copyright wording 2014-07-13 01:07:49 +02:00
CONTRIBUTORS Add AudriusButkevicius 2014-07-23 07:57:37 +02:00
LICENSE Copyright wording 2014-07-13 01:07:49 +02:00
README.md Fix embarrasing badge :) 2014-06-10 17:23:00 +02:00
build.sh Always build discosrv by default 2014-07-23 08:42:49 +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.