From a0e50935f9756023864a8237385a5982937f697b Mon Sep 17 00:00:00 2001 From: Kyler Chin <7539174+kylerchin@users.noreply.github.com> Date: Sun, 14 Jun 2020 15:05:40 -0700 Subject: [PATCH 1/2] Update README.md --- README.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/README.md b/README.md index f5c9ef7..038b8bf 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,12 @@ # Yggdrasil for Android The application for connecting to Yggdrasil network on Android + +Currently, the application has no options for changing configuration. It is currently in beta, and only has one button to connect and disconnect. + +![Connect](https://user-images.githubusercontent.com/7539174/84605129-cb9dfe80-ae4f-11ea-920f-cb0a8a02dbe7.png) +![Disconnect](https://user-images.githubusercontent.com/7539174/84605155-03a54180-ae50-11ea-9637-d9a299093743.png) + +Once connected, you can access yggdrasil public services, as the application has peered automatically to default peers within the application. + +![Testing-website](https://user-images.githubusercontent.com/7539174/84605130-ce005880-ae4f-11ea-942f-da2487cd9942.png) From 597540d812cd787fa4a5559d1ba58a61b0655961 Mon Sep 17 00:00:00 2001 From: Kyler Chin <7539174+kylerchin@users.noreply.github.com> Date: Sun, 14 Jun 2020 15:14:20 -0700 Subject: [PATCH 2/2] Update README.md --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 038b8bf..212eb30 100644 --- a/README.md +++ b/README.md @@ -2,9 +2,12 @@ The application for connecting to Yggdrasil network on Android -Currently, the application has no options for changing configuration. It is currently in beta, and only has one button to connect and disconnect. +Currently, the application has no options for changing configuration. It is currently in beta, and only has one button to connect and disconnect. More features are under development. ![Connect](https://user-images.githubusercontent.com/7539174/84605129-cb9dfe80-ae4f-11ea-920f-cb0a8a02dbe7.png) +When the application first creates the network interface, the yggdrasil app will request for networking permissions. This only needs to be done once. +![Enable-VPN](https://user-images.githubusercontent.com/7539174/84605353-719e3880-ae51-11ea-823c-dbc2ca6192f7.png) +The app is running once a key is visable in the system dock. Disconnect by pressing the button again. ![Disconnect](https://user-images.githubusercontent.com/7539174/84605155-03a54180-ae50-11ea-9637-d9a299093743.png) Once connected, you can access yggdrasil public services, as the application has peered automatically to default peers within the application.