feat(location): add provider fallback and Wi-Fi Aware routing - #13
Open
ielijose wants to merge 1 commit into
Open
feat(location): add provider fallback and Wi-Fi Aware routing#13ielijose wants to merge 1 commit into
ielijose wants to merge 1 commit into
Conversation
…ss and fallback feat(nan): implement Wi-Fi Aware integration in GuacamayaForegroundService test(aware): add AwareConfigTest to validate frame packing functionality docs: update project status and documentation for Wi-Fi Aware and location features
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
¿Qué hace este PR?
Agrega soporte para usar
LocationProvidercon fallback aLocationManagery conecta Wi‑Fi Aware al flujo mesh existente.También publica/recibe frames NAN usando el mismo layout de BLE y los enruta por
FloodRouterpara reutilizar la verificación, persistencia y relay actuales.¿Por qué?
Para mejorar el soporte en equipos sin Google Play Services y avanzar la integración de Wi‑Fi Aware como plano adicional de comunicación mesh.
¿Cómo probarlo?
Ejecutar:
JAVA_HOME=/Applications/Android\ Studio.app/Contents/jbr/Contents/Home ./gradlew testDebugUnitTestResultado local:
BUILD SUCCESSFUL.Checklist