Skip to content
Snippets Groups Projects
Forked from Iurii Kibalin / PyColl5
Source project has a limited visibility.
Name Last commit Last update
src
.classpath
.gitignore
.project
README.md
pom.xml

MotorLogsViewer / MotorLogsViewer

Graphic interface to read content of motors.log and to set properties values in Nomad by 2 clicks. This project has been done using Maven. To execute it, build the jar file and execute it following those steps:

To compile:

mvn compile

To build the JAR:

mvn package

You can now deploy this jar, and eventually a shell script wrapper associated:

#!/bin/bash
java -jar /path/to/MotorLogsViewer-X.Y.Z.jar