From 3df3c2faedf287fadf526f52c8aba8d1f567416a Mon Sep 17 00:00:00 2001 From: Marvin Borner Date: Thu, 30 Aug 2018 18:32:59 +0200 Subject: IP address changed due to ethernet using of local server --- app/src/main/java/me/texx/Texx/RoutingActivity.kt | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'app/src/main/java/me/texx/Texx/RoutingActivity.kt') diff --git a/app/src/main/java/me/texx/Texx/RoutingActivity.kt b/app/src/main/java/me/texx/Texx/RoutingActivity.kt index 168d072..bed9973 100644 --- a/app/src/main/java/me/texx/Texx/RoutingActivity.kt +++ b/app/src/main/java/me/texx/Texx/RoutingActivity.kt @@ -17,7 +17,7 @@ import java.io.IOException * should be started next */ class RoutingActivity : AppCompatActivity() { - private val serverAddress = "192.168.0.102" + private val serverAddress = "192.168.0.104" override fun onCreate(savedInstanceState: Bundle?) { matchDressCode() @@ -31,6 +31,9 @@ class RoutingActivity : AppCompatActivity() { verifyLogin() } + /** + * Checks if client is connected to the internet by pinging google + */ @Throws(InterruptedException::class, IOException::class) fun isConnected(): Boolean { val command = "ping -c 1 google.com" -- cgit v1.2.3