basiliscos2

joined 2 years ago
 

cross-posted from: https://lemmy.ml/post/37069564

I'm glad to announce v0.4.3 release!

Syncspirit is independent BEP protocol implementation. Like syncthing is continuous peer-to-peer file synchronization tool.

https://raw.githubusercontent.com/basiliscos/syncspirit/refs/heads/master/docs/fltk-overview.gif

You can download ready-to-use binaries for Linux x86_64 (AppImage), Windows 32 bit (WindowsXP is supported), Windows 64 bit and Mac OS X (Apple silicon).

Notable changes:

  • [core] fix compatibility with syncthing v2.0 (i.e. tolerate directory with non-zero size and without blocks)
  • [core] allow to specify root certificate authority to use in all tls/ssl connections, see faq, mostly actual for Windows XP with expired system certificates
  • [core] allow to load huge databses and interrupt loading porgress
  • [core] reduce memory consumption by model (~ 44%)
  • [core] use in-depth scan order instead of in-breadth
  • [core, win32] fix negative serial number in generated ssl-certificates
  • [core, fltk] more correctly display file scanning progress
  • [core, bugfix] make successful upnp port unmapping upon shutdown
  • [fltk] deactivate currently selected log level button

Syncspirit is a syncthing-compatible is written from the scratch software in C++ as classical desktop application.

Syncspirt source code uses GPLv3 license.

Any feedback is welcome!

WBR, basiliscos.

 

I’m glad to announce v0.3.0 release!

The major feature of the new release is the implementation of complete file synchronization, i.e., the ability to send and receive files. To identify local changes, a periodical folder full scan is performed.

You can download ready-to-use binaries for Linux and Windows as well as the source code.

Syncspirit is a syncthing-compatible synchronization program that implements BEP-protocol. Syncspirit is a syncthing-compatible is written from the scratch software, which had different technical decisions on its foundation to overcome syncthing limitations. Syncspirit is available for Windows and Linux. Currently, Syncspirit is targeted at power users and early adopters who feel comfortable with command lines.

Any feedback is welcome!

WBR, basiliscos.