Menu

Show posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.

Show posts Menu

Messages - simperialwalker

#1
Developers / Re: Locus Live Tracking questions
July 27, 2021, 13:45:33
Sure, 204 No Content will be.
#2
Developers / Re: Locus Live Tracking questions
July 26, 2021, 11:04:21
Ok, I've tried with more than one point and the other points are removed as soon as they're not included in the response. For the last point though, even empty responses or responses with empty point don't seem to work.

My final goal would be to only send points that will be displayed on map until the next response.
#3
Developers / Re: Locus Live Tracking questions
July 23, 2021, 16:55:18
First of all, thank you so much for the patch for the point 1! :D

Secondly, I've done a little more testing and, using Burp Suite, i can confirm you that once a point is given in the response (so set on the map) it won't leave the map until Live Tracking is restarted.
I've attached 3 ordered KML body extracted from my application (coords are set to 0 obviously):

  • No points should be shown on map: Locus works correctly
  • A point is added to the response: Locus displays the point correctly on map
  • Again, no points are given in the response: Locus still shows the point given in the second response
#4
Developers / Locus Live Tracking questions
July 23, 2021, 13:41:28
Hi,
i am currently developing an open source web server for the Locus Custom Live Tracking service. I have managed to setup Locus Map to send every parameter (latitude, longitude, altitude, speed, accuracy, bearing, current time, battery level, gsm signal and a token used for authentication) and respond with custom markpoints, correctly displayed by the Locus Map App. But, in the course of development I have encountered 2 major problems:

  • When an error happens server-side due to client's bad request or to server internal error, there is no way to notify the user with a text or number based error message. The only feedback given to the user is through the Locus Map App notification bar, where are displayed the number of successful requests on total requests.
  • Old markpoints are displayed: from my tests, I have found that if I respond to a request without a markpoint which was included in the previous ones, Locus still displays it on the map, even though this point shouldn't exist anymore.
Also, a feature that would be really good and could help to solve the second problem would be the ability to set custom markpoints' icons (from the Locus Map icon set).
Any help would be appreciated.

Thanks!