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
|
org.pacien.tincapp
==================
Android binding and user interface for the tinc mesh VPN daemon.
Project website: http://tincapp.pacien.org
Build
-----
The project can be built using the Gradle `build` task, on Linux.
Requirements:
- Android Platform Tools 26
- Android Platform 21
- Android SDK Tools 25
- Android NDK 14
- CMake
- LLDB
License
-------
Copyright (C) 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
|