it.anyplace.sync:a-sync-client

a-sync-parent

Лицензия

Лицензия

Категории

Категории

CLI Взаимодействие с пользователем
Группа

Группа

it.anyplace.sync
Идентификатор

Идентификатор

a-sync-client
Последняя версия

Последняя версия

1.3
Дата

Дата

Тип

Тип

jar
Описание

Описание

a-sync-parent

Скачать a-sync-client

Как подключить последнюю версию

<!-- https://jarcasting.com/artifacts/it.anyplace.sync/a-sync-client/ -->
<dependency>
    <groupId>it.anyplace.sync</groupId>
    <artifactId>a-sync-client</artifactId>
    <version>1.3</version>
</dependency>
// https://jarcasting.com/artifacts/it.anyplace.sync/a-sync-client/
implementation 'it.anyplace.sync:a-sync-client:1.3'
// https://jarcasting.com/artifacts/it.anyplace.sync/a-sync-client/
implementation ("it.anyplace.sync:a-sync-client:1.3")
'it.anyplace.sync:a-sync-client:jar:1.3'
<dependency org="it.anyplace.sync" name="a-sync-client" rev="1.3">
  <artifact name="a-sync-client" type="jar" />
</dependency>
@Grapes(
@Grab(group='it.anyplace.sync', module='a-sync-client', version='1.3')
)
libraryDependencies += "it.anyplace.sync" % "a-sync-client" % "1.3"
[it.anyplace.sync/a-sync-client "1.3"]

Зависимости

compile (18)

Идентификатор библиотеки Тип Версия
it.anyplace.sync : a-sync-core jar 1.3
it.anyplace.sync : a-sync-bep jar 1.3
it.anyplace.sync : a-sync-repository jar 1.3
it.anyplace.sync : a-sync-discovery jar 1.3
org.apache.commons : commons-lang3 jar 3.4
commons-io : commons-io jar 2.4
org.slf4j : slf4j-api jar 1.7.13
ch.qos.logback : logback-classic jar 1.1.3
commons-cli : commons-cli jar 1.3.1
com.google.code.gson : gson jar 2.5
com.google.guava : guava jar 19.0
com.google.code.findbugs : jsr305 jar 3.0.0
commons-beanutils : commons-beanutils jar 1.9.2
org.apache.httpcomponents : httpclient jar 4.3.5
com.google.protobuf : protobuf-java jar 2.6.1
org.bouncycastle : bcmail-jdk15on jar 1.55
org.bouncycastle : bcpkix-jdk15on jar 1.55
net.jpountz.lz4 : lz4 jar 1.3.0

provided (1)

Идентификатор библиотеки Тип Версия
org.mortbay.jetty.alpn : alpn-boot jar 7.1.3.v20150130

Модули Проекта

Данный проект не имеет модулей.

a-sync

MPLv2 License

This project is an java client implementation of Syncthing protocols (bep, discovery, relay). A-sync is made of several modules, providing:

  1. a command line utility for accessing a Syncthing network (ie a network of devices that speak Syncthing protocols)'

  2. a service implementation for the 'http-relay' protocol (that proxies 'relay' protocol over an http connection);

  3. a client library for Syncthing protocol, that can be used by third-party applications (such as mobile apps) to integrate with Syncthing.

Care is taken to make sure the client library is compatible with android (min sdk 19), so it can be used for the a-sync-browser project.

NOTE: this is a client-oriented implementation, designed to work online by downloading and uploading files from an active device on the network (instead of synchronizing a local copy of the entire repository). This is quite different from the way the original Syncthing app works, and its useful from those implementations that cannot or wish not to download the entire repository (for example, mobile devices with limited storage available, wishing to access a syncthing share).

DISCLAMER: I'm not the owner fo Syncthing. The Syncthing name, logo and reference documentation is property of the Syncthing team, and licensed under the MPLv2 License. This project is not affiliated with Syncthing, and uses its public avaliable documentation and protocol specification as a reference to implement protocol compatibility.

Documentation is non-existing as know, if you have any question feel free to contact the developer (me).

All code is licensed under the MPLv2 License.

If you like this work, please donate something to help its development!

paypal

Версии библиотеки

Версия
1.3
1.2
1.1
1.0