No Description

Jakob Borg 8fe5438b59 Don't need read lock in files/set 11 years ago
Godeps 31350b4352 Use LevelDB storage backend 11 years ago
assets 67445a6dda Refactor logo (fixes #403) 11 years ago
auto 8f3effed32 Refactor node ID handling, use check digits (fixes #269) 11 years ago
beacon 4dbce32738 Simplify memory handling 11 years ago
cmd b7ea695caf CSRF protection should only cover /rest 11 years ago
config 8f3effed32 Refactor node ID handling, use check digits (fixes #269) 11 years ago
discover e937e51476 Add AppendXDR to XDR types, build.sh xdr 11 years ago
files 8fe5438b59 Don't need read lock in files/set 11 years ago
gui 8f3effed32 Refactor node ID handling, use check digits (fixes #269) 11 years ago
integration 31350b4352 Use LevelDB storage backend 11 years ago
lamport 843fd9bdbd Add license header 11 years ago
logger 31350b4352 Use LevelDB storage backend 11 years ago
luhn 3d7d4d845a Luhn error checking 11 years ago
model 31350b4352 Use LevelDB storage backend 11 years ago
osutil 843fd9bdbd Add license header 11 years ago
protocol e937e51476 Add AppendXDR to XDR types, build.sh xdr 11 years ago
scanner e937e51476 Add AppendXDR to XDR types, build.sh xdr 11 years ago
upnp 91c4ff6009 Handle query parameters in UPnP control URL (fixes #211) 11 years ago
versioner 843fd9bdbd Add license header 11 years ago
xdr e937e51476 Add AppendXDR to XDR types, build.sh xdr 11 years ago
.gitignore 31350b4352 Use LevelDB storage backend 11 years ago
.travis.yml de382e33a3 Forget go1.2 11 years ago
CONTRIBUTING.md ae882c93c9 Links to discourse 11 years ago
CONTRIBUTORS 439049f672 Add bsidhom 11 years ago
LICENSE bcd3fd40e4 Add licensing and contribution info 11 years ago
README.md 3dbaa76dcb Fix embarrasing badge :) 11 years ago
build.sh e937e51476 Add AppendXDR to XDR types, build.sh xdr 11 years ago

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.