Legacy numass repository
Go to file
2017-06-04 22:42:47 +03:00
gradle/wrapper Viewer redone 2017-04-15 22:15:53 +03:00
numass-client Global update for storage and control 2017-05-17 22:55:17 +03:00
numass-control vac to kotlin 2017-06-04 22:42:47 +03:00
numass-core Global update on storages. Adopted connections instead of listeners for them 2017-05-24 21:28:50 +03:00
numass-main Moving msp to kotlin 2017-06-02 19:30:56 +03:00
numass-server Server update 2017-05-25 19:49:43 +03:00
numass-test Update in ActionManager. 2017-04-29 20:40:40 +03:00
numass-viewer Numass control room global update 2017-05-31 16:53:51 +03:00
.hgignore Viewer redone 2017-04-15 22:15:53 +03:00
build.gradle Tests fixed 2017-04-09 10:41:41 +03:00
gradlew Viewer redone 2017-04-15 22:15:53 +03:00
gradlew.bat Viewer redone 2017-04-15 22:15:53 +03:00
README.md
settings.gradle Server is now a context plugin 2017-05-13 21:46:12 +03:00

Purpose

This repository contains tools and utilities for Trotsk nu-mass experiment.

Set-up

This project build using DataForge framework. Currently in order to compile numass tools, one need to download dataforge gradle project here. If both projects (numass and dataforge) are in the same directory, everything will work out of the box, otherwise, one needs to edit gradle.properties file in the root of numass project and set dataforgePath to the relative path of dataforge directory.

It is intended to fix this problem with public maven repository later.