All Projects → Mygod → DHCPv6-Client-Android

Mygod / DHCPv6-Client-Android

Licence: Apache-2.0 License
Get an IPv6 address using DHCPv6 on your Android device. Be future-proof.

Programming Languages

kotlin
9241 projects
C++
36643 projects - #6 most used programming language
c
50402 projects - #5 most used programming language
CMake
9771 projects

Projects that are alternatives of or similar to DHCPv6-Client-Android

dhcpkit
A DHCP library and server written in Python
Stars: ✭ 55 (-5.17%)
Mutual labels:  dhcpv6
forge
ISC Forge is an open source DHCP conformance validation framework, primarily used for testing ISC Kea.
Stars: ✭ 26 (-55.17%)
Mutual labels:  dhcpv6
DHCPv6-Client-Android
Get an IPv6 address using DHCPv6. Be future-proof.
Stars: ✭ 35 (-39.66%)
Mutual labels:  dhcpv6

DHCPv6 Client

CircleCI API Releases Language: Kotlin Codacy Badge License

Requires root, obviously.
or XDA Labs

This is another wrapper of wide-dhcpv6 for Android that's designed to work with the latest Android releases.

Q & A

Not working?

Try turning off and on service; turning off and on Wi-Fi; wiping app data (which will clean the old DUID) can help too.

Why do I need to disable background restriction on Android 8.0+?

Google doesn't want background services draining your battery. However, background services are crucial to this app so that you won't get an annoying SU notification every time you connect to a network. This app shouldn't have an observable effect on your battery life even with battery optimizations off. If it does, please open an issue.

How is this different from the other app?

  • More stable on devices with kernel 3.9+ (wide-dhcpv6 is able to use SO_REUSEPORT);
  • Supports Android 5.0+ while the other app supports Android 4.1 up to 6.0;
  • Completely systemless and doesn't require Busybox; (no extra steps for install/uninstall)
  • No closed source components and licensed in Apache 2.0;
  • Fewer settings. (open an issue/PR if you think you need some other options, I'm very lazy)

Open Source Licenses

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].