Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 719 Bytes

README.md

File metadata and controls

17 lines (12 loc) · 719 Bytes

Quetzal-1 & SatNOGS frame downloader

Python3 script to automatically download SatNOGS decoded frames from Quetzal-1 satellite and create .hex file that can be uploaded to Quetzal-1 desktop application.

Requirements

Usage

python run.py [accessToken] [startDate] [endDate]

  • accessToken - access token to SatNOGS DB API
  • startDate - optional, format: %Y-%m-%dT%H:%M:%SZ
  • endDate - optional, format: %Y-%m-%dT%H:%M:%SZ

Example request: python run.py ############################ 2020-07-06T01:08:50Z 2020-07-06T01:14:12Z