Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/Vilbrekin/tinc_gui
Android port of tinc VPN with basic GUI
https://github.com/Vilbrekin/tinc_gui
Last synced: 2 months ago
JSON representation
Android port of tinc VPN with basic GUI
- Host: GitHub
- URL: https://github.com/Vilbrekin/tinc_gui
- Owner: Vilbrekin
- License: gpl-3.0
- Created: 2012-08-21T22:15:07.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2016-05-16T01:09:41.000Z (over 8 years ago)
- Last Synced: 2024-08-02T01:26:59.290Z (6 months ago)
- Language: Java
- Size: 9.26 MB
- Stars: 77
- Watchers: 15
- Forks: 25
- Open Issues: 9
-
Metadata Files:
- Readme: README.md
- License: COPYING
Awesome Lists containing this project
README
Tinc GUI for android.
http://tinc_gui.poirsouille.org/.Tinc is a peer to peer VPN daemon.
Using tinc daemon, cross-compiled for android.
See https://github.com/Vilbrekin/tinc and original web site http://tinc-vpn.org/.Copyright (C) 2016 Vilbrekin
Distributed under GPLv3.[![Build Status](https://travis-ci.org/Vilbrekin/tinc_gui.svg?branch=master)](https://travis-ci.org/Vilbrekin/tinc_gui)
tincd binary can be cross-compiled ing the NDK.
Git sub-modules are used to track the correct versions of OpenSSL and tinc.
The easiest way to build tincd should be similar to:```
git submodule update --init
./gradlew build
```