Hello,
I am trying to manually send my location with the osmand protocal but I can't get it to work.When I run it locally and use the following url:http://localhost:8082/id=687231&lat=123&lon=123×tamp=2017-02-27T18:55:47&hdop=1&altitude=4&speed=5nothing happens. I am also no seeing anything in the server log. Am I missing something?
Thanks!
Wrong port. OsmAnd protocol is on port 5055 by default.
That was easy.. thanks ;)
try like this http://yourserverip:5055/?id=868142&lat=16.5062&lon=80.6480
Yea, got it working already but thanks! :)
Yes, that ? before the id is crucial....mine started working when I added that.
Hello,
I am trying to manually send my location with the osmand protocal but I can't get it to work.
When I run it locally and use the following url:
http://localhost:8082/id=687231&lat=123&lon=123×tamp=2017-02-27T18:55:47&hdop=1&altitude=4&speed=5
nothing happens. I am also no seeing anything in the server log. Am I missing something?
Thanks!