Skip to content

First stable release

Compare
Choose a tag to compare
@djanderson djanderson released this 13 Nov 21:48
· 1134 commits to master since this release

This release includes many updates from almost a half year of running sensors in the lab.

Some of the many improvements include:

  • Use ISO 8601 time for more consistent time interface
  • Split schedule entry stop into absolute_stop and relative_stop, where absolute_stop takes an ISO 8601 datetime string and relative_stop is seconds after start.
  • Add lat/long to status endpoint and add ability to sync datetime and location to an onboard GPS with a new sync_gps action
  • Add active flag to schedule entry
  • Improve results endpoint
  • Add validate_only capability to schedule entry
  • Significantly reduce size and build-time of api docker container
  • Build autoheal at build-time instead of runtime to allow sensor to run without network connection
  • Add ability to apply a scale factor to incoming IQ samples
  • Retry failed acquisitions at usrp interface level
  • Significantly beefed-up unit testing
  • Make monitor_usrp task even more robust
  • Better default gain settings
  • New markdown + mathjax action algorithm descriptions
  • New stepped frequency time domain IQ capture template action
  • Security updates