Open Source Continuous File Synchronization; contains branches to build Syncthing as a C library
Go to file
Gilli Sigurdsson 4e03b4f191 Logo changed 2014-08-05 23:20:33 +02:00
Godeps Move calmh/syncthing -> syncthing/syncthing 2014-08-01 16:48:46 +02:00
assets Logo changed 2014-08-05 23:20:33 +02:00
auto Show 100% complete status for nodes without any files to sync (fixes #453) 2014-08-05 20:16:25 +02:00
beacon Move calmh/syncthing -> syncthing/syncthing 2014-08-01 16:48:46 +02:00
cmd Hide build version behind plus character (fixes #473) 2014-08-05 19:38:31 +02:00
config Only change the announce server when upgrading config version 2014-08-02 08:37:10 +02:00
discover Move calmh/syncthing -> syncthing/syncthing 2014-08-01 16:48:46 +02:00
events Also expose ItemStarted events 2014-08-05 13:14:04 +02:00
files Move calmh/syncthing -> syncthing/syncthing 2014-08-01 16:48:46 +02:00
gui Show 100% complete status for nodes without any files to sync (fixes #453) 2014-08-05 20:16:25 +02:00
integration Exclude integration tests from normal go test 2014-08-05 15:50:05 +02:00
lamport Test clock ticks 2014-07-31 14:14:40 +02:00
logger Test logging handlers 2014-07-31 14:14:19 +02:00
luhn Move calmh/syncthing -> syncthing/syncthing 2014-08-01 16:48:46 +02:00
model Don't show 100 warnings for unknown repo at connect when once is enough 2014-08-05 20:26:05 +02:00
osutil Docstrings 2014-07-31 17:01:11 +02:00
protocol Don't depend on a pretty printer just for testing 2014-08-05 15:43:29 +02:00
scanner Move calmh/syncthing -> syncthing/syncthing 2014-08-01 16:48:46 +02:00
upgrade Hide build version behind plus character (fixes #473) 2014-08-05 19:38:31 +02:00
upnp Move calmh/syncthing -> syncthing/syncthing 2014-08-01 16:48:46 +02:00
versioner Move calmh/syncthing -> syncthing/syncthing 2014-08-01 16:48:46 +02:00
.gitignore Remove discosrv (see https://github.com/syncthing/discosrv) 2014-07-30 22:18:02 +02:00
.travis.yml Coveralls syncthing/syncthing 2014-08-02 08:18:55 +02:00
CONTRIBUTING.md Tweak contribution guide 2014-08-05 20:54:53 +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 Move calmh/syncthing -> syncthing/syncthing 2014-08-01 16:48:46 +02:00
build.sh Hide build version behind plus character (fixes #473) 2014-08-05 19:38:31 +02:00

README.md

syncthing

Build Status Coverage Status API Documentation MIT License

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.