Community-contributed application for connecting to the Yggdrasil Network on Android devices
Go to file
ChronosX88 1997f260c4
Merge pull request #10 from vikulin/master
Added more functionality: peers dynamic list sorted by ping, DNS list, Static IP
2020-07-03 00:05:50 +04:00
.idea 1. added duplication peer records fix 2020-06-24 12:43:40 -07:00
app 1. MTU=65535 2020-07-02 11:59:58 -07:00
gradle/wrapper 1. put back ifName parameter 2020-06-09 08:45:37 -07:00
yggdrasil 1. fixed Yggdrasil().Stop() crash 2020-06-27 08:54:10 -07:00
.gitignore refactor: Some refactor and upgrade to yggdrasil 0.3.8 2019-08-25 14:55:46 +04:00
build.gradle 1. make native Yggdrasil lib build on-fly 2020-06-17 00:43:59 -07:00
gradle.properties 1. deleted parameters. see details in: 2020-06-09 08:38:39 -07:00
gradlew chore: Init project 2019-08-20 16:36:59 +04:00
gradlew.bat chore: Init project 2019-08-20 16:36:59 +04:00
LICENSE Create LICENSE 2020-06-12 18:19:18 +04:00
README.md Update README.md 2020-06-14 15:14:20 -07:00
settings.gradle 1. fixed fdroid build errors 2020-06-16 13:25:39 -07:00

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. More features are under development.

Connect 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 The app is running once a key is visable in the system dock. Disconnect by pressing the button again. Disconnect

Once connected, you can access yggdrasil public services, as the application has peered automatically to default peers within the application.

Testing-website