跳到主要内容

BasicSync

由 Andrew Gunnerson 发布

在 Android 上运行 Syncthing 的简单应用

开源GPL-3.0-only

本页部分内容以其撰写时的语言显示,因为翻译尚未完成。

要点

  • Runs the Syncthing synchronisation engine as a background service on Android.
  • Pairs folders on the device with matching folders on other Syncthing peers.
  • Keeps device-to-device transfers direct, without an intermediate hosted account.
  • Deliberately narrow in scope, handling process management rather than reimplementing sync.
  • Distributed for Android under GPL-3.0-only.

关于此应用

BasicSync is an Android front end for Syncthing, the file synchronisation engine that keeps folders in step directly between devices rather than through a central account. The app's role is to host the Syncthing process on the phone or tablet and give it a place to run, so that directories on the device can be paired with the same folders on a desktop, a server, or another handset that is also running Syncthing.

As the name suggests, the scope is deliberately narrow: it concentrates on starting, stopping, and keeping the sync process alive under Android's background restrictions, leaving the synchronisation logic itself to Syncthing. That also sets the practical limit. BasicSync is only useful as one node in a set of devices, so at least one other Syncthing peer has to exist and be reachable before anything is transferred.

Published by Andrew Gunnerson under GPL-3.0-only, the app is available for Android alone; there is no desktop build, since desktop platforms run Syncthing directly.

Android

我们不托管该文件,不扫描该文件,也不检查其内容。请阅读来源的说明,然后自行判断。