You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jan 15, 2021. It is now read-only.
I have a need to add such subject functionality to my Cordova HTML apks that serve literacy development in developing countries. The typical literacy app includes a directory of media files (1.5GB) stored on the extSD. It would be nice if your team could put up such an example thali project that performs this function that i could learn from how to add such function to these free literacy apps. Is Thali far enough along to do this? I.e. discover peers and invite (BLE) then wifi direct over apk and supporting media files??
The text was updated successfully, but these errors were encountered:
Right now we don't support using wifi direct because of issues with its permission dialogs. At some point we would love to add support for something like https://developer.android.com/preview/features/wifi-aware.html but we don't currently have support for it. So instead we use Bluetooth which is both unreliable and slow. :(
I really want to have some demo apps but right now the only thing we really have is https://github.com/thaliproject/ThaliTestApp. It's not great but we are a bit resource constrained at the moment.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I have a need to add such subject functionality to my Cordova HTML apks that serve literacy development in developing countries. The typical literacy app includes a directory of media files (1.5GB) stored on the extSD. It would be nice if your team could put up such an example thali project that performs this function that i could learn from how to add such function to these free literacy apps. Is Thali far enough along to do this? I.e. discover peers and invite (BLE) then wifi direct over apk and supporting media files??
The text was updated successfully, but these errors were encountered: