microp11/iridiumlive

Known deficiencies and new ideas/requests (add please!)

Closed this issue · 4 comments

  1. The time is incorrect, see Iridium epoch changes.
  2. If the network fails, blazor cannot in all situations recover.
  3. Add user settings for location, draw a symbol on the map as well, something like ------o------ so we know where the middle is.
  4. Add a live graph distribution of incoming blobs.
  5. Add authentication.
  6. Add custom settings.
  7. Rx quality as heatmap? Then select/deselect sat trails vs sat focus.

Add playback with trail. It will seem to be animated. Allow:

  • selection of interval
  • playback speed
  • trail length (1, 7, 20, all)

Add ability to import the real name and data of the sats from Github. Keep data in json format. Anyone can edit.

Most likely the polling mechanism implemented is incorrect in the current server context. It looks like when a tab is closed by the user (and not by navigating to another page). This needs be further investigated and the right mechanism implemented, perhaps a pooling starting at the user level in JS.

Broken into manageable pieces.