Skip to content

Latest commit

 

History

History
24 lines (15 loc) · 806 Bytes

README.md

File metadata and controls

24 lines (15 loc) · 806 Bytes

A toy simulation of the OCS-bridge+MCM for developing MCM logic and testing OCS interface.

To build:

git clone https://github.com/tony-johnson/ToyOCSBridge.git
cd ToyOCSBridge
mvn install

To run GUI without OCS interface:

mvn "-Dexec.args=-classpath %classpath toyocsbridge.ToyOCSBridge" -Dexec.executable=java org.codehaus.mojo:exec-maven-plugin:1.2.1:exec

To run complete simulation including OCS interface:

mvn "-Dexec.args=-classpath %classpath toyocsbridge.OCSInterface" -Dexec.executable=java org.codehaus.mojo:exec-maven-plugin:1.2.1:exec

Requires: Java >=8 and mvn >=3.0.4

To setup OpenSpliceDDS:

git clone https://github.com/lsst-ts/ts_opensplice.git
cd ts_opensplice/OpenSpliceDDS/V6.4.1/HDE/x86_64.linux
export OSPL_HOME=`pwd`
source release.com