-
Notifications
You must be signed in to change notification settings - Fork 3
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
add radio locator management features #598
Comments
Adding a task to update sartopo_python on pypi. The version on pypi right now doesn't let you specify whether you want to sync, or what the default timeout should be. We want to send all of these requests in the same fire-and-forget manner as the existing locator update requests, with timeout of 0.001 sec. |
pausing work here for a while, to do prerequisite work on sartopo_python |
First of several steps finished towards sartopo_python pypi update. See that linked issue above for details. |
re-re-re-thinking - adding this issue back to the v4.0 roadmap, for a few specific reasons:
|
Notes from Steve: The fleetsync interface in Caltopo uses the request, below, to place a marker on the map. A locator dialog within the Caltopo map sets up the group-deviceID (100-3050) and a name for the incoming message. When a new location comes in, Caltopo connects the points with a line. I assume that Caltopo does not expect several requestors to use the same group-deviceID at the same time (while the link is valid)? So, the app would need to 'fill-in' the dialog for the desired map and then send the requests. https://caltopo.com/api/v1/position/report/100?id=3050&lat=36.47375&lng=-118.85302 |
See #576 for the back story. Basically, SARTopo LocatorGroups are deprecated, will be going away at some point, and, for the past several CTD versions, they no longer provide left bar objects per radio.
Radiolog has been sending locator update requests to CTD since the early days, and should continue to send those same requests since they are used by Shared Locations. But, this is the first time that radiolog will need to interact with CTD enough to merit use of sartopo_python. (So it would make sense to use sartopo_python for the existing-style locator update requests also.)
Tasks:
The text was updated successfully, but these errors were encountered: