Wednesday, September 27, 2017

Re: Any django reusable app for outdoor & indoor location, GPS tracking?

Regarding developing over https….


is a great tool when you want to use https locally.


On Sep 27, 2017, at 12:35 PM, Jani Tiainen <redetin@gmail.com> wrote:

Hi.

To my knowledge there isn't one since we implemented our own tracker.

If you're going to build one I do have few pointers that you should consider.

Recent browser changes requires that location data is transferred over https. I think chrome was first one to require it. That makes developing it a bit challenging.

Raw coordinate data isn't that good since there is constant deviation in coordinates. You'll need to pick some smoothing algorithm. Don't remember top if my head what we use but I can check that when I go to work.

And then you need to have a background map. And that's the tricky part...

26.9.2017 13.14 "'Federico Capoano' via Django users" <django-users@googlegroups.com> kirjoitti:
Hi everyone,

before building my own reusable app all over again, I wanted to ask here if there is any reusable django app that does indoor location and or GPS tracking.
I'm not looking for something full featured, but rather a starting point to which I can contribute to.

Best regards
Federico Capoano


No comments:

Post a Comment