it.anyplace.sync:a-sync-relay

a-sync-parent

License

License

GroupId

GroupId

it.anyplace.sync
ArtifactId

ArtifactId

a-sync-relay
Last Version

Last Version

1.3
Release Date

Release Date

Type

Type

jar
Description

Description

a-sync-parent

Download a-sync-relay

How to add to project

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

Dependencies

compile (15)

Group / Artifact Type Version
it.anyplace.sync : a-sync-core 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)

Group / Artifact Type Version
org.mortbay.jetty.alpn : alpn-boot jar 7.1.3.v20150130

Project Modules

There are no modules declared in this project.

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

Versions

Version
1.3
1.2
1.1
1.0