-
Notifications
You must be signed in to change notification settings - Fork 15
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hi #1
Comments
That's a good question and I do not know. It would need to be supported by the Watch network stack. You can use https://developer.android.com/reference/android/net/wifi/rtt/WifiRttManager#isAvailable() to determine if WiFi RTT is available on the target platform. |
Yeah. I get a sign in error when I click that
…On Fri, Apr 23, 2021 at 2:08 AM Darryn ***@***.***> wrote:
That's a good question and I do not know. It would need to be supported by
the Watch network stack. You can use
https://developer.android.com/reference/android/net/wifi/rtt/WifiRttManager#isAvailable()
to determine if WiFi RTT is available on the target platform.
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#1 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AGJFZNEDG76KCT2UGZS2XA3TKE2JPANCNFSM43NSUFYQ>
.
|
That link directs to the Android developer docs, you shouldn't need to sign into anything |
i dont how an android phone yet, but if i got the google wifi routers and a compatible phone, how difficult would it be to implement my own floor plan and send mqtt topics every time i enter in a new room? |
If you are just looking for locationing on a room level accuracy it would probably be easier to monitor which AP you are connected to (1 per room) and use that to determine when you enter a room. 802.11mc does not work well through walls / doors etc. so does not fit well with your use case. |
i wanted something that was fast |
Could I use a google smart watch to calculate time or does it have to use android 9?
The text was updated successfully, but these errors were encountered: