Open Source Continuous File Synchronization; contains branches to build Syncthing as a C library
Go to file
Jakob Borg 884a7d6a1b Default to running GUI on 127.0.0.1:8080 2014-01-08 13:56:29 +01:00
buffers Memory usage optimizations 2013-12-29 20:33:57 -05:00
discover Improve/fix buffer handling 2013-12-30 15:06:44 -05:00
github.com/jessevdk/go-flags Pull in go-flags, modified to build on Solaris 2013-12-23 11:18:46 -05:00
gui Footer with links 2014-01-08 13:52:17 +01:00
model Add version and invalid bit to protocol 2014-01-07 22:44:21 +01:00
protocol Add version and invalid bit to protocol 2014-01-07 22:44:21 +01:00
.gitignore Move build artefacts dir 2014-01-06 06:11:19 +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
build.sh Unbreak build script 2014-01-07 17:07:46 +01:00
gui.go Default to running GUI on 127.0.0.1:8080 2014-01-08 13:56:29 +01:00
locktrace.go Lock tracing, fixes 2013-12-24 20:31:25 -05:00
logger.go Remove source info in log by default 2013-12-30 21:25:34 -05:00
main.go Default to running GUI on 127.0.0.1:8080 2014-01-08 13:56:29 +01:00
tls.go Longer RSA key and stronger node ID hash (ref #23) 2014-01-07 22:04:30 +01:00
util.go Dead code removal 2014-01-06 12:45:43 +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