https://github.com/peter-mount/iss-telemetry
Retrieve telemetry from the International Space Station & submit it to RabbitMQ
https://github.com/peter-mount/iss-telemetry
Last synced: 5 months ago
JSON representation
Retrieve telemetry from the International Space Station & submit it to RabbitMQ
- Host: GitHub
- URL: https://github.com/peter-mount/iss-telemetry
- Owner: peter-mount
- License: cc0-1.0
- Created: 2021-06-16T08:19:30.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2024-01-10T14:51:56.000Z (over 2 years ago)
- Last Synced: 2024-12-06T21:38:25.164Z (over 1 year ago)
- Language: JavaScript
- Size: 21.5 KB
- Stars: 0
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# iss-telemetry
This is a pair of docker containers which receive telemetry from the International Space Station and submits them to a
local RabbitMQ instance for processing.
I then use these to submit into Graphite for display in Grafana.
# feed
This is the main container which receives the realtime telemetry.
# issec2lla
This is an optional container which transforms the stations state vector from Earth Centric to
Longitude/Latitude/Altitude format so that the stations current position on a map.
# grafana
This folder contains the dashboard definitions I use to display. These are here for reference/backup.