No Description

Jakob Borg dd3d8a6c98 Revamp UI (fixes #185, fixes #147, fixes #136, fixes #124) 11 years ago
Godeps 0ae342673a Update saved dependencies 11 years ago
assets dd3d8a6c98 Revamp UI (fixes #185, fixes #147, fixes #136, fixes #124) 11 years ago
auto dd3d8a6c98 Revamp UI (fixes #185, fixes #147, fixes #136, fixes #124) 11 years ago
beacon e22ddae3a8 Repair test suite 11 years ago
buffers 446b21c568 Package descriptions for godoc 11 years ago
cid f87b1520e8 The Great Rewrite (fixes #36, #61, #94, #101) 11 years ago
cmd 95f5e5fa9a Don't deadlock while sending and receiving large indexes 11 years ago
config bbefcef53b Allow node IDs with spaces/dashes in config. Use dashes in GUI. (ref #230) 11 years ago
discover 40c750141a Actually announce listen port locally 11 years ago
files dba40eefb1 Fix handling of changed/deleted directories (fixes #231) 11 years ago
gui dd3d8a6c98 Revamp UI (fixes #185, fixes #147, fixes #136, fixes #124) 11 years ago
integration dba40eefb1 Fix handling of changed/deleted directories (fixes #231) 11 years ago
lamport ba58e95f6b Package level comments 11 years ago
logger ba58e95f6b Package level comments 11 years ago
model 95f5e5fa9a Don't deadlock while sending and receiving large indexes 11 years ago
protocol 0d3caa2183 Increase file limit from 100.000 to 1.000.000 11 years ago
scanner e359b146aa Properly handle read-write/read-only windows<->posix (fixes #236) 11 years ago
upnp 78f0f2b131 Don't crash on error response to UPnP query (fixes #226) 11 years ago
xdr 1442d6f4c2 Slightly less verbose xdr trace 11 years ago
.gitignore f87b1520e8 The Great Rewrite (fixes #36, #61, #94, #101) 11 years ago
CONTRIBUTING.md ae882c93c9 Links to discourse 11 years ago
CONTRIBUTORS c6416b235b Add jedie 11 years ago
LICENSE bcd3fd40e4 Add licensing and contribution info 11 years ago
README.md 9a51be8548 Update README.md 11 years ago
build.sh a8c510cc72 Find correct upgrade asset for arm (fixes #232) 11 years ago

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, 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.

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.