Skip to content

Parses marker arrays generated from Sweet markers system and translates them into a Tun-Firesupport-compatible format

Notifications You must be signed in to change notification settings

trubb/trubb_markerparser

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

trubb_markerparser

Parses marker arrays generated from Sweet markers system and generates a trp array for use with Tuntematon Firesupport.

Executable files can be found under releases.

To build from source, simply clone the repo, run go get, followed by go build.

NAME:
   markerparser - Translate between marker and artillery target/bookmark arrays

USAGE:
   markerparser [global options] command [command options] [arguments...]

COMMANDS:
   toTuntematonFireSupport, totfs  from sweet marker array to tuntematon firesupport trps
   OPTIONS:
      --sourceFile FILE, -s FILE  load array from FILE

GLOBAL OPTIONS:
   --help, -h  show help (default: false)

How to run

If you are unable to install Go on your system please get one of the compiled binaries that are available under Releases.

To run locally: ./trubb_markerparser totfs -s <input file>

$ ./trubb_markerparser totfs -s samples/test.txt
2023/02/11 22:44:24 Running sweetToTun on file "samples/test.txt"
2023/02/11 22:44:24 Reading from file samples/test.txt
2023/02/11 22:44:24 Parsed the input to the following trp array:

[[],[["F4","01515","10485",[1515.12,10485.8]],["markertwo","03171","10742",[3171.69,10742.3]],["F6","00123","00098",[123.45,98.01]],["CT","03857","01855",[3857.04,1855.34]]]]

2023/02/11 22:44:24 No file with same name found, creating...
2023/02/11 22:44:24 Created output file parsed_markers_2023-02-11T22:44:24+01:00.txt
2023/02/11 22:44:24 Finished```

About

Parses marker arrays generated from Sweet markers system and translates them into a Tun-Firesupport-compatible format

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages