Open Source Continuous File Synchronization; contains branches to build Syncthing as a C library
Go to file
Jakob Borg 21a7f3960a Add multi-repository support to protocol (ref #35) 2014-02-13 12:52:47 +01:00
assets Logo 2014-02-07 22:33:58 +01:00
auto Actually embed GUI changes from 91d5c4a... 2014-02-13 09:27:06 +01:00
buffers Memory usage optimizations 2013-12-29 20:33:57 -05:00
discover Rework config/flags (fixes #13) 2014-01-26 14:45:03 +01:00
github.com/jessevdk/go-flags Pull in go-flags, modified to build on Solaris 2013-12-23 11:18:46 -05:00
gui Add peer node sync status in GUI (fixes #46) 2014-02-13 12:51:55 +01:00
integration Synchronize zero sized files (fixes #44) 2014-01-29 21:52:27 +01:00
protocol Add multi-repository support to protocol (ref #35) 2014-02-13 12:52:47 +01:00
testdata Show warnings in GUI (fixes #66) 2014-02-12 23:18:41 +01:00
.gitignore Move build artefacts dir 2014-01-06 06:11:19 +01:00
CONTRIBUTING.md CONTRIBUTING.md 2014-01-28 19:10:39 +01:00
LICENSE REBASE! 2013-12-15 11:43:40 +01:00
README.md Point to the wiki for documentation (fixes #10) 2014-01-07 12:07:56 +01:00
blocks.go Show warnings in GUI (fixes #66) 2014-02-12 23:18:41 +01:00
blocks_test.go Show warnings in GUI (fixes #66) 2014-02-12 23:18:41 +01:00
build.sh Don't include resource fork crap in builds (fixes #48) 2014-02-01 20:23:02 +01:00
config.go Allow setting a friendly name for the local node (fixes #65) 2014-02-10 20:54:57 +01:00
filemonitor.go Show warnings in GUI (fixes #66) 2014-02-12 23:18:41 +01:00
filequeue.go Reorder locking to avoid deadlock (fixes #64) 2014-02-13 12:51:51 +01:00
filequeue_test.go Show warnings in GUI (fixes #66) 2014-02-12 23:18:41 +01:00
gui.go Show warnings in GUI (fixes #66) 2014-02-12 23:18:41 +01:00
gui_development.go Edit configuration in GUI; use XML configuration 2014-02-03 15:42:59 +01:00
gui_embedded.go Edit configuration in GUI; use XML configuration 2014-02-03 15:42:59 +01:00
gui_unix.go Don't build with CPU usage on Solaris 2014-01-10 15:32:30 +01:00
locktrace.go Lock tracing, fixes 2013-12-24 20:31:25 -05:00
logger.go Initialize logging earlier (fix panic in tests) 2014-02-13 08:59:27 +01:00
main.go Add multi-repository support to protocol (ref #35) 2014-02-13 12:52:47 +01:00
model.go Add multi-repository support to protocol (ref #35) 2014-02-13 12:52:47 +01:00
model_test.go Add multi-repository support to protocol (ref #35) 2014-02-13 12:52:47 +01:00
suppressor.go Show warnings in GUI (fixes #66) 2014-02-12 23:18:41 +01:00
suppressor_test.go Show warnings in GUI (fixes #66) 2014-02-12 23:18:41 +01:00
tls.go Longer RSA key and stronger node ID hash (ref #23) 2014-01-07 22:04:30 +01:00
usage.go Rework config/flags (fixes #13) 2014-01-26 14:45:03 +01:00
util.go Dead code removal 2014-01-06 12:45:43 +01:00
walk.go Show warnings in GUI (fixes #66) 2014-02-12 23:18:41 +01:00
walk_test.go Show warnings in GUI (fixes #66) 2014-02-12 23:18:41 +01:00

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