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