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://ti.arc.nasa.gov/OpenMCT/. Download MCT plugins at https://github.com/nasa/MCT-Plugins.

Notifications You must be signed in to change notification settings

HalasNet/mct

This branch is 973 commits ahead of kptran/mct:master.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

4633190 · Sep 11, 2015
Dec 20, 2013
Aug 12, 2013
Nov 29, 2012
Mar 19, 2014
Sep 11, 2013
Aug 27, 2014
Sep 23, 2013
Sep 12, 2013
Sep 19, 2013
Sep 12, 2013
Mar 18, 2014
Sep 12, 2013
Mar 19, 2014
Jun 5, 2014
Sep 19, 2013
Sep 10, 2013
Jun 10, 2014
Apr 22, 2014
Jul 30, 2012
Jul 30, 2012
Mar 7, 2014
Jul 30, 2012
Sep 27, 2013
Oct 3, 2013
Sep 11, 2013
Jul 30, 2012
Sep 13, 2013
Oct 11, 2013
Sep 11, 2015

Repository files navigation

Open MCT Desktop

The desktop client is no longer under active development, as our development efforts are now focused on Open MCT for the web and mobile devices.

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 or greater
  2. Clone the git repository git clone https://github.com/nasa/mct.git into a local folder (referred to as MCT_HOME).
  3. Run mvn -N install from the MCT_HOME/superpom directory.
  4. Run mvn clean install -Dmaven.test.skip=true -Ddistribution from the MCT_HOME/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.
  5. The platform distribution archive can be found in the MCT_HOME/platform-assembly/target directory.
  6. Extract the distribution archive, i.e. mct-platform-1.8b4-dist.tar.gz to the directory you wish to install MCT. The subdirectory mct-platform-1.8b4 will be created from the archive (referred to as MCT_DIST).
  7. Run MCT.jar from the extracted MCT directory. On most systems, this can be done with a double-click from a file browser; from the command line, java -jar MCT.jar

Working on MCT

Work on MCT in Eclipse

Building a MySQL 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://ti.arc.nasa.gov/OpenMCT/. Download MCT plugins at https://github.com/nasa/MCT-Plugins.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Java 100.0%