Mention tincapp.pacien.org.
authorGuus Sliepen <guus@tinc-vpn.org>
Tue, 22 Aug 2017 19:22:29 +0000 (21:22 +0200)
committerGuus Sliepen <guus@tinc-vpn.org>
Tue, 22 Aug 2017 19:22:29 +0000 (21:22 +0200)
faq.mdwn
platforms.mdwn

index 722f34f..8ff3fbc 100644 (file)
--- a/faq.mdwn
+++ b/faq.mdwn
@@ -32,15 +32,6 @@ First, check that the other node is really online, and that tinc has made a conn
 When running tinc in router mode (which is the default),
 check that the node you are trying to reach has a Subnet statement in its host config file that contains the IP address you are trying to reach.
 
 When running tinc in router mode (which is the default),
 check that the node you are trying to reach has a Subnet statement in its host config file that contains the IP address you are trying to reach.
 
-
-### File descriptor in bad state
-
-    Jan 1 12:00:00 host tinc.net[1234]: Error while reading from ethertap device: File descriptor in bad state
-
-There is a problem reading packet from the virtual network device.
-Check that the tun module is loaded, and that tinc tries to open the right device file.
-If you have added Device and/or Interface statements to tinc.conf, try removing them, tinc's defaults usually work fine.
-
 ### Packets looping back to us
 
     Jan 1 12:00:00 host tinc.net[1234]: Packet with destination 192.168.1.1 is looping back to us!
 ### Packets looping back to us
 
     Jan 1 12:00:00 host tinc.net[1234]: Packet with destination 192.168.1.1 is looping back to us!
@@ -60,11 +51,11 @@ If you are still having trouble, check that you have the tun/tap devices install
 
 ### Is there an app for tinc?
 
 
 ### Is there an app for tinc?
 
-Tinc itself supports many platforms.
-Code was merged in version 1.0.10 that in principle allows tinc to run on iPhone and iPod devices.
-However, as far as we know, no one has created an iOS app for tinc.
-The latest version in the git [[repository]] allows tinc to be compiled for Android.
-There is an unofficial Android app for tinc that can be found on [Google Play](https://play.google.com/store/apps/details?id=org.poirsouille.tinc_gui).
+Tinc itself supports many platforms, and in principle supports mobile platforms such as Android and iOS as well.
+However, on this website you will only find the source code (with some exceptions).
+Ready-to-install packages or apps are mostly made by third parties.
+
+For Android, there are two apps available: [tincapp.pacien.org](http://tincapp.pacien.org/) or [tinc_gui.poirsouille.org](https://play.google.com/store/apps/details?id=org.poirsouille.tinc_gui).
 
 ## Generic questions
 
 
 ## Generic questions
 
index 25bfc3f..754bcd6 100644 (file)
@@ -24,7 +24,7 @@ in which stage we are in the table.
 | OS | Architecture | Compiles | Runs | Really works | Remarks |
 | -- | ------------ | -------- | ---- | ------------ | ------- |
 | iOS | arm | yes | yes | yes | Cydia packages are available [here](/packages/cydia/). |
 | OS | Architecture | Compiles | Runs | Really works | Remarks |
 | -- | ------------ | -------- | ---- | ------------ | ------- |
 | iOS | arm | yes | yes | yes | Cydia packages are available [here](/packages/cydia/). |
-| Android | arm | yes | yes | yes | An unofficial installer and GUI for Android is on [Google Play](https://play.google.com/store/apps/details?id=org.poirsouille.tinc_gui) |
+| Android | arm | yes | yes | yes | Use [tincapp.pacien.org](http://tincapp.pacien.org/) or [tinc_gui.poirsouille.org](https://play.google.com/store/apps/details?id=org.poirsouille.tinc_gui) from Google's app store. |
 
 On other platform tinc will likely not compile at all. If you do
 want to report a successful compile or if you have succeeded in
 
 On other platform tinc will likely not compile at all. If you do
 want to report a successful compile or if you have succeeded in