Sen descrición

Jakob Borg 91c102e4fe Syncronize file mode (fixes #20) %!s(int64=12) %!d(string=hai) anos
buffers 976baff44f Memory usage optimizations %!s(int64=12) %!d(string=hai) anos
discover 223bdbb9aa Improve/fix buffer handling %!s(int64=12) %!d(string=hai) anos
github.com cd2040a7d2 Pull in go-flags, modified to build on Solaris %!s(int64=12) %!d(string=hai) anos
gui 271d7eedc4 Better progress bar calculation %!s(int64=12) %!d(string=hai) anos
model 91c102e4fe Syncronize file mode (fixes #20) %!s(int64=12) %!d(string=hai) anos
protocol 2bdab426ff synch -> sync %!s(int64=12) %!d(string=hai) anos
.gitignore 8974c33f2f Move build artefacts dir %!s(int64=12) %!d(string=hai) anos
LICENSE bfe935b5ab REBASE! %!s(int64=12) %!d(string=hai) anos
README.md eebc145055 Point to the wiki for documentation (fixes #10) %!s(int64=12) %!d(string=hai) anos
build.sh e3bc33dc88 Move binary to build destination %!s(int64=12) %!d(string=hai) anos
gui.go c9cce9613e Refactor out the model into a subpackage %!s(int64=12) %!d(string=hai) anos
locktrace.go cf04e101b9 Lock tracing, fixes %!s(int64=12) %!d(string=hai) anos
logger.go 7e3b29e3e0 Remove source info in log by default %!s(int64=12) %!d(string=hai) anos
main.go b4db177045 Allow deletes per default (fixes #19) %!s(int64=12) %!d(string=hai) anos
tls.go ec0489a8ea Improve log message consistency %!s(int64=12) %!d(string=hai) anos
util.go b64af73607 Dead code removal %!s(int64=12) %!d(string=hai) anos

README.md

syncthing

This is syncthing, an open BitTorrent Sync alternative. It is currently far from ready for mass consumption, but it is a usable proof of concept and tech demo. The following are the project goals:

  1. Define an open, secure, language neutral protocol usable for efficient synchronization of a file repository between an arbitrary number of nodes. This is the Block Exchange Protocol (BEP).

  2. Provide the reference implementation to demonstrate the usability of said protocol. This is the syncthing utility.

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.

Documentation

The syncthing documentation is kept on the GitHub Wiki.

License

MIT