Git Product home page Git Product logo

duplicateimages's Introduction

Warp Server

Warp Server is a spacecraft telemetry processing component compatible with NASA's Open MCT. Open MCT (Open Mission Control Technologies) is a next-generation mission control framework for visualization of data on desktop and mobile devices. Warp and OpenMCT are developed at NASA's Ames Research Center, and are being used for spacecraft data analysis as well as planning and operation of experimental rover systems.

Warp Server takes binary telemetry packets compatible with the CCSDS international standard and makes them available to Open MCT via REST and WebSocket interfaces. Because Open MCT does not decommutate (decode) binary packets, Warp performs this function using a telemetry dictionary before sending it decoded telemetry values.

Modes

Warp can run in several modes:

  1. Realtime mode

In realtime mode, warp receives packets from one of several kinds of sources (described below),

  1. Session mode

In session mode, Warp loads a database containing a set of previously-recorded telemetry packets, called a telemetry session, and responds to queries about them via a rest interface. These queries are usually of the form 'return the values of these telemetry points over this interval of time'. Before running warp in session mode, the program can be used to build the packet database from another source like a binary file or a directory of files.

  1. Combined mode

In combined mode, warp receives a realtime packet stream, builds a packet database on-the-fly, and responds to both REST queries and WebSocket session requests.

Commands

To list available commands, either run warp with no parameters or execute docker help:

warp commands take this form:

warp [COMMAND] [OPTIONS] [ARG ...]

warp realtime warp session warp combined warp history

warp walk warp filter warp decode

warp config

duplicateimages's People

Contributors

costigan avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.