Legacy numass repository
Go to file
2017-09-14 22:13:51 +03:00
gradle/wrapper Gradle build fix. Version 4.0 not working 2017-06-16 22:00:08 +03:00
numass-client immutable laminate 2017-07-31 20:19:55 +03:00
numass-control Table GUI in progress 2017-08-27 22:07:32 +03:00
numass-core Replace File by Path 2017-09-14 19:56:02 +03:00
numass-main Removing wildcards from Data and DataNodes 2017-09-14 22:13:51 +03:00
numass-server Replace File by Path 2017-09-14 19:56:02 +03:00
numass-test New numass data structures 2017-07-08 22:04:29 +03:00
numass-viewer Dynamic grind workspaces 2017-08-26 14:26:48 +03:00
.hgignore Viewer redone 2017-04-15 22:15:53 +03:00
build.gradle Update in data loaders and exec action 2017-08-30 19:05:58 +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 README.md edited online with Bitbucket 2015-12-18 13:40:44 +00:00
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.