satellite_ex v0.1.4 Satellite.SatelliteDatabase View Source

This module serves as a system-wide repository of satellite information. On startup, this genserver looks for locally-cached copies of satellite TLE data, and downloads it from the respective remote data sources (celestrak, amsat, etc) when the local cache does not exist or is stale.

The server will periodically attempt to refresh its data.

Link to this section Summary

Functions

Returns a specification to start this module under a supervisor.

Callback implementation for GenServer.init/1.

Starts the database.

Link to this section Functions

Returns a specification to start this module under a supervisor.

See Supervisor.

Callback implementation for GenServer.init/1.

Starts the database.