-
-
Notifications
You must be signed in to change notification settings - Fork 367
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
How to extract the user's location information from JSON #201
Comments
The info on the API page would help: https://www.internalpositioning.com/api/#get-location So in your case, it would be: Would fetch the location data for user "apple" |
@chucklin85 Thanks for your help,I try it ,it can works. |
Hi @liNimo, from what I can see, the client and the FIND server do not use MQTT. They use JSON based POST/GET requests over HTTP. MQTT is there for FIND to submit events to other systems, I believe to enable the ability to do actions based on movements around the building. |
@chucklin85 Thanks for you! it may be my mistake. |
I would potentially look at https://www.internalpositioning.com/plugins/ You could use this concept, which is done by the RPi in this environment, and pull apart the code to understand how they submit into the FIND Server. You could then implement that into your SDN. cluster.py would be a good starting point to see how it works. |
@chucklin85 okay,Thanks for your kindness! Later,I will try it . |
Hello FIND Team
I have a problem for your help.How to extract the user's location information from JSON.Can you provide an url interface for me?
The website links as follows:
https://ml.internalpositioning.com/dashboard/indoor-nick
The text was updated successfully, but these errors were encountered: