No Description

Jakob Borg 17e78d6f7e Option to show version (fixes #24) 12 years ago
buffers 976baff44f Memory usage optimizations 12 years ago
discover 223bdbb9aa Improve/fix buffer handling 12 years ago
github.com cd2040a7d2 Pull in go-flags, modified to build on Solaris 12 years ago
gui 334961fe10 Footer with links 12 years ago
model 1ef86379fb Actually send index updates for version bumps 12 years ago
protocol 1ef86379fb Actually send index updates for version bumps 12 years ago
.gitignore 8974c33f2f Move build artefacts dir 12 years ago
LICENSE bfe935b5ab REBASE! 12 years ago
README.md eebc145055 Point to the wiki for documentation (fixes #10) 12 years ago
build.sh 69ef4d261d Unbreak build script 12 years ago
gui.go 884a7d6a1b Default to running GUI on 127.0.0.1:8080 12 years ago
locktrace.go cf04e101b9 Lock tracing, fixes 12 years ago
logger.go 7e3b29e3e0 Remove source info in log by default 12 years ago
main.go 17e78d6f7e Option to show version (fixes #24) 12 years ago
tls.go d4fe1400d2 Longer RSA key and stronger node ID hash (ref #23) 12 years ago
util.go b64af73607 Dead code removal 12 years ago

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