https://github.com/pacien/tincapp
Android binding and user interface for the tinc mesh VPN daemon.
https://github.com/pacien/tincapp
android tinc vpn
Last synced: about 1 month ago
JSON representation
Android binding and user interface for the tinc mesh VPN daemon.
- Host: GitHub
- URL: https://github.com/pacien/tincapp
- Owner: pacien
- License: gpl-3.0
- Created: 2017-04-27T10:13:46.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2024-10-04T21:54:23.000Z (over 1 year ago)
- Last Synced: 2025-03-20T12:44:48.475Z (12 months ago)
- Topics: android, tinc, vpn
- Language: Kotlin
- Homepage: https://tincapp.euxane.net
- Size: 2.05 MB
- Stars: 167
- Watchers: 14
- Forks: 31
- Open Issues: 13
-
Metadata Files:
- Readme: readme.md
- Changelog: changelog.md
- License: license.md
Awesome Lists containing this project
- stars - pacien/tincapp
README
Tinc Mesh VPN
=============
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.euxane.net.
Community support is mainly provided through the dedicated Matrix Room and
IRC channel: `#tincapp:pacien.net` and `#tincapp` on `irc.libera.chat`.
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.euxane.net)
Build
-----
The project can be built using the Gradle `build` task, on Linux.
Requirements:
- Android SDK Platform 33
- Android NDK r22
- Android Platform-Tools 34
- Android SDK Tools 26
- CMake
- automake
- autoconf
License
-------
Copyright (C) 2017-2024 Euxane P. TRAN-GIRARD and contributors (listed in
`contributors.md`).
_Tinc Mesh VPN_ 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 Embedded, 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