Skip to content

Generates METCM compatible weather reports used in artillery fire adjusting.

Notifications You must be signed in to change notification settings

sergeil/METCM-Generator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

METCM reports generator

This piece of software can be used to generate METCM weather reports which can be used while drilling artillery routine.

This software is written in Java and will smoothly run under Mac, Window, Nix* operating systems.

Generator running on OSX

Download links

Windows 32bit:

Windows 64bit:

OSX:

Creating an executable

In order to make a build for your operating system you need to modify pom.xml and change configuration property to match an operating system where you are plannig to use the generator and then use Maven to compile source code and make a package for you, the software has been developed using Java 1.8 and it is recommended to use this version to build a package.

When a .jar (check "target" directory") file is ready you can run it by simply double clicking on it or from console using a similar command:

java -jar org.lissovski.metcmgenerator-1.0.0-jar-with-dependencies.jar

If you intend to run the generator under OSX, you need to specify additional flag "-XstartOnFirstThread":

java -XstartOnFirstThread -jar org.lissovski.metcmgenerator-1.0.0-jar-with-dependencies.jar

Licensing

This application is under the MIT license. See the complete license in the bundle: meta/LICENSE

About

Generates METCM compatible weather reports used in artillery fire adjusting.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages