Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/konstantinullrich/lokinet-mobile
The best way to get into the Lokinet if you are on the way.
https://github.com/konstantinullrich/lokinet-mobile
Last synced: 2 days ago
JSON representation
The best way to get into the Lokinet if you are on the way.
- Host: GitHub
- URL: https://github.com/konstantinullrich/lokinet-mobile
- Owner: konstantinullrich
- License: gpl-3.0
- Created: 2021-03-14T18:54:23.000Z (over 3 years ago)
- Default Branch: trunk
- Last Pushed: 2023-11-26T21:50:38.000Z (12 months ago)
- Last Synced: 2024-05-01T16:44:21.885Z (7 months ago)
- Language: Dart
- Size: 570 KB
- Stars: 4
- Watchers: 4
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Lokinet on Android
An app to interact with Lokinet as a vpn tunnel for android.
[![Build Status](https://ci.oxen.rocks/api/badges/oxen-io/lokinet-flutter-app/status.svg)](https://ci.oxen.rocks/oxen-io/lokinet-flutter-app)
## building
build requirements:
* posix compliant build environment
* flutter
* gnu make
* cmake
* pkg-config
* git
* autotoolsa one liner to install everything else:
$ sudo apt install make automake libtool pkg-config cmake git
### git submodules
before building make sure to update the submodules:
$ git submodule update --init --recursive
### flutter
install flutter with [asdf](https://github.com/asdf-vm/asdf):
$ asdf install
to build the project with flutter:
$ flutter build apk --debug
if succesful it will produce an apk at `build/app/outputs/flutter-apk/app-debug.apk` which you can run
## cleaning
to make the workspace pristine use:
$ ./contrib/clean.sh