Open Source Continuous File Synchronization; contains branches to build Syncthing as a C library
Go to file
Jakob Borg 5399a25532 Getting started 2014-04-30 16:13:29 +02:00
Godeps Save bcrypt hash of password (fixes #138) 2014-04-19 13:33:51 +02:00
assets Logo 2014-02-07 22:33:58 +01:00
auto Handle and indicate duplicate repo ID:s (fixes #153) 2014-04-27 21:53:27 +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 Handle and indicate duplicate repo ID:s (fixes #153) 2014-04-27 21:53:27 +02:00
discover discosrv: Better statistics 2014-04-19 23:14:56 +02:00
files Fix small data races 2014-04-27 21:33:57 +02:00
gui Handle and indicate duplicate repo ID:s (fixes #153) 2014-04-27 21:53:27 +02:00
integration Don't include test utils in testing 2014-04-22 08:27:00 +02:00
lamport The Great Rewrite (fixes #36, #61, #94, #101) 2014-03-29 13:47:21 +01:00
mc Better trace output from mc 2014-04-30 15:13:54 +02:00
protocol Fix protocol close test 2014-04-27 13:25:35 +02:00
scanner Remove followSymlinks option (ref #92) 2014-04-06 21:44:17 +02:00
upnp UPnP Port Mapping (fixes #79) 2014-04-18 13:28:51 +02:00
xdr Add tests for ReadBytesMaxInto(..., nil) 2014-04-09 10:09:41 +02:00
.gitignore The Great Rewrite (fixes #36, #61, #94, #101) 2014-03-29 13:47:21 +01:00
CONTRIBUTING.md Links to discourse 2014-04-30 15:14:42 +02:00
CONTRIBUTORS Add licensing and contribution info 2014-03-24 14:57:14 +01:00
LICENSE Add licensing and contribution info 2014-03-24 14:57:14 +01:00
README.md Getting started 2014-04-30 16:13:29 +02:00
build.sh More portable hostname 2014-04-22 08:25:40 +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, unambigous, easily understood, free to use, efficient, secure and languange 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.

Syncthing does not use the BitTorrent protocol. The reasons for this are

  1. we don't know if BitTorrent Sync does either, so there's nothing to be compatible with, 2) BitTorrent includes a lot of functionality for making sure large swarms of selfish agents behave and somehow work towards a common goal. Here we have a much smaller swarm of cooperative agents and a simpler approach will suffice.

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.