Нет описания

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

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