Skip to content
/ mct Public
forked from kptran/mct

Mission Control Technologies is a real-time monitoring and visualization platform. See an overview and demo at http://sites.google.com/site/openmct. Download MCT plugins at https://github.com/nasa/MCT-Plugins.

Notifications You must be signed in to change notification settings

harleigh/mct

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Mission Control Technologies

The MCT project was developed at the NASA Ames Research Center for use in spaceflight mission operations, but is equally applicable to any other data monitoring and control application.

Getting Started

  1. MCT is built using Maven (Java SE6), so start by downloading maven 2.2.1
  2. Run mvn -N install from the superpom directory
  3. Run mvn clean install -Dmaven.test.skip=true -Ddistribution from the platform-assembly directory
    1. If Maven complains about missing dependencies org.eclipse:equinox-osgi:jar:3.5.1 or org.eclipse:equinox-osgi-services:jar:3.2.0, download the JARs for the two plugins from http://archive.eclipse.org/equinox/drops/R-3.5.1-200909170800/index.php. Then follow the instructions Maven provides for installing the JARs.
  4. The platform distribution can be found in the target directory

Working on MCT

Work on MCT in Eclipse

Building a MySQL database

Using a Derby database

Using a Derby database

Contributing to MCT

About

Mission Control Technologies is a real-time monitoring and visualization platform. See an overview and demo at http://sites.google.com/site/openmct. Download MCT plugins at https://github.com/nasa/MCT-Plugins.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Java 100.0%