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: about 2 months 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
- Archived: true
- Created: 2021-03-14T18:54:23.000Z (over 4 years ago)
- Default Branch: trunk
- Last Pushed: 2023-11-26T21:50:38.000Z (over 1 year ago)
- Last Synced: 2025-03-18T06:25:26.529Z (4 months ago)
- Language: Dart
- Size: 570 KB
- Stars: 4
- Watchers: 3
- 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.
[](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