1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
|
Tinc App
========
Android binding and user interface for the tinc mesh VPN daemon which does not require root privilege.
Help and documentation
----------------------
The complete list of features, the quickstart guides and the user manual can be found on the project's website: https://tincapp.pacien.org.
Community support is mainly provided through the dedicated IRC channel: `#tincapp` on `irc.freenode.net`.
Download
--------
Compiled Android packages are available from:
* [F-Droid](https://f-droid.org/packages/org.pacien.tincapp/)
* [Google Play Store](https://play.google.com/store/apps/details?id=org.pacien.tincapp)
* [The project's website](https://tincapp.pacien.org)
Build
-----
The project can be built using the Gradle `build` task, on Linux.
Requirements:
- Android Platform Tools 27
- Android Platform 27
- Android SDK Tools 26
- Android NDK 17
- CMake
- LLDB
License
-------
Copyright (C) 2017-2018 Pacien TRAN-GIRARD
_Tinc App_ is distributed under the terms of GNU General Public License v3.0,
as detailed in the provided `license.md` file.
Builds of this software embed and make use of the following libraries:
* Kotlin Standard Library, licensed under the Apache v2.0 License
* streamsupport-cfuture, licensed under the GNU General Public License v2.0
* Material Components for Android, licensed under the Apache v2.0 License
* ZXing Android Integration, licensed under the Apache v2.0 License
* Bouncy Castle PKIX, licensed under the Bouncy Castle License
* SLF4J, licensed under the MIT License
* logback-android, licensed under the GNU Lesser General Public License v2.1
* Apache Commons Configuration, licensed under the Apache v2.0 License
* Apache Commons BeanUtils, licensed under the Apache v2.0 License
* LZO, licensed under the GNU General Public License v2.0
* LibreSSL libcrypto, licensed under the OpenSSL License, ISC License, public domain
* tinc, licensed under the GNU General Public License v2.0
|