Skip to content

Python library for establishing a telemetry stream with the International Space Station.

License

Notifications You must be signed in to change notification settings

BApplB/py-iss-telemetry

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

py-iss-telemetry

Python library for establishing a telemetry stream with the International Space Station.

This module allows public International Space Station Telemetry values to be streamed into a list of dictionaries using Python. A websocket is established with NASA's ISSLIVE Lightstreamer server.

DISCLAIMER: The creator of this module is in no way affiliated with Lightstreamer Srl., NASA or any ISS partners.

Installation

To install, simply run: pip install py-iss-telemetry

Usage

Example:

import pyisstelemetry

To create a telemetry stream do

    stream = pyisstelemetry.TelemetryStream()

To get the current telemetry values do

    values = stream.get_tm()

To end the session do

    stream.disconnect()

About

Python library for establishing a telemetry stream with the International Space Station.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages