Keine Beschreibung

Jakob Borg e27d42935c Use event interface for GUI (fixes #383) vor 11 Jahren
Godeps 073775e461 Build Solaris again vor 11 Jahren
assets 67445a6dda Refactor logo (fixes #403) vor 11 Jahren
auto e27d42935c Use event interface for GUI (fixes #383) vor 11 Jahren
beacon 0a633c526f Copyright wording vor 11 Jahren
cmd e27d42935c Use event interface for GUI (fixes #383) vor 11 Jahren
config 67a3fb8bf2 Compression as a user option (fixes #446) vor 11 Jahren
discover 08ca9f9378 Consolidate cmds in cmd/ vor 11 Jahren
events 87c3790fa8 Debug events module vor 11 Jahren
files e27d42935c Use event interface for GUI (fixes #383) vor 11 Jahren
gui e27d42935c Use event interface for GUI (fixes #383) vor 11 Jahren
integration 67a3fb8bf2 Compression as a user option (fixes #446) vor 11 Jahren
lamport 0a633c526f Copyright wording vor 11 Jahren
logger 0a633c526f Copyright wording vor 11 Jahren
luhn 8b349945de Add Local Version field to files, send index in segments. vor 11 Jahren
model e27d42935c Use event interface for GUI (fixes #383) vor 11 Jahren
osutil 0a633c526f Copyright wording vor 11 Jahren
protocol 9c99d65716 Build on 32 bit archs (ref #446) vor 11 Jahren
scanner 49cb931572 Minor refactoring: extract variable... vor 11 Jahren
upnp 88a063434c Handle WANPPPConnection devices (fixes #431) vor 11 Jahren
versioner 0a633c526f Copyright wording vor 11 Jahren
xdr 6c5c14f35f Refactor compression support, now at message level. vor 11 Jahren
.gitignore 2aa4340551 Add performance stats collection vor 11 Jahren
.travis.yml de382e33a3 Forget go1.2 vor 12 Jahren
CONTRIBUTING.md 0a633c526f Copyright wording vor 11 Jahren
CONTRIBUTORS 975627af2e Add AudriusButkevicius vor 11 Jahren
LICENSE 0a633c526f Copyright wording vor 11 Jahren
README.md 3dbaa76dcb Fix embarrasing badge :) vor 12 Jahren
build.sh 6805ac915b Ugly hack to automatically update translations. vor 11 Jahren

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.