XOTA/TOTA support #82
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Support spots from the xOTA software, which a generic open source xOTA programme server. This is used for TOTA amongst other things.
Set up my own copy locally to test against: https://github.com/nischu/xOTA/
Spothole config should support start and end dates for the provider, so it only runs during the interval it's active. The options call should include an "active" flag and the UI should require the sources to be both enabled and active to display them as options.
Add TOTA SIG support.
Update about page and readme.
Get a geo location from somewhere - maybe lat/lon in the provider config, or from a SIG lookup based on the URL the provider gives?
Done most of this in a branch, still need to do the "active time" bits and test it.
Not sure really whether the active time bits are worth doing. Given the events are unlikely to repeat with the same URL, and there's very little penalty to just flipping the enable switch in th config and restarting Spothole. It's a lot of altering of the main codebase for what is essentially just a joke!
One thing we should do though is look at xOTA docs and see if there's anything in the API responses that we don't get from TOTA but might from other uses of the software.
Nope, there's nothing else: https://github.com/nischu/xOTA/blob/main/Sources/App/Models/Spot.swift
This story is basically done then, I'll merge the branch and await the chance to test properly. Need to add support in Field Spotter too.