syncthing/README.md

49 lines
1.9 KiB
Markdown
Raw Normal View History

2014-06-10 17:23:00 +02:00
syncthing [![Build Status](https://travis-ci.org/calmh/syncthing.svg?branch=master)](https://travis-ci.org/calmh/syncthing) [![Coverage Status](https://img.shields.io/coveralls/calmh/syncthing.svg)](https://coveralls.io/r/calmh/syncthing?branch=master)
2013-12-15 11:43:31 +01:00
=========
2014-02-20 17:40:15 +01:00
This is the `syncthing` project. The following are the project goals:
2013-12-15 11:43:31 +01:00
2014-02-20 17:40:15 +01:00
1. Define a protocol for synchronization of a file repository between a
number of collaborating nodes. The protocol should be well defined,
unambiguous, easily understood, free to use, efficient, secure and
language neutral. This is the [Block Exchange
2014-02-20 17:40:15 +01:00
Protocol](https://github.com/calmh/syncthing/blob/master/protocol/PROTOCOL.md).
2013-12-15 11:43:31 +01:00
2. Provide the reference implementation to demonstrate the usability of
2014-02-20 17:40:15 +01:00
said protocol. This is the `syncthing` utility. It is the hope that
alternative, compatible implementations of the protocol will come to
exist.
2013-12-15 11:43:31 +01:00
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.
2014-04-30 16:13:29 +02:00
Getting Started
---------------
Take a look at the [getting started guide](http://discourse.syncthing.net/t/getting-started/46).
Signed Releases
---------------
As of v0.7.0 and onwards, git tags and release binaries are GPG signed with
the key BCE524C7 (http://nym.se/gpg.txt). The signature is included in the
normal release bundle as `syncthing.asc` or `syncthing.exe.asc`.
Documentation
=============
2013-12-15 11:43:31 +01:00
2014-04-30 15:14:42 +02:00
The [syncthing
documentation](http://discourse.syncthing.net/category/documentation) is
on the discourse site.
2013-12-15 11:43:31 +01:00
License
=======
2014-02-20 17:40:15 +01:00
All documentation and protocol specifications are licensed
under the [Creative Commons Attribution 4.0 International
License](http://creativecommons.org/licenses/by/4.0/).
2013-12-15 11:43:31 +01:00
2014-02-20 17:40:15 +01:00
All code is licensed under the [MIT
License](https://github.com/calmh/syncthing/blob/master/LICENSE).