Browse Source

Added readme.txt

Timo Dritschler 4 years ago
parent
commit
ed91917253
1 changed files with 23 additions and 0 deletions
  1. 23 0
      readme.txt

+ 23 - 0
readme.txt

@@ -0,0 +1,23 @@
+Deployment:
+- Clone this repo
+- Make sure the kalparse.py file is executable (chmod +x kalparse.py)
+- Make sure Python3 is available. If it's not already available in
+  /usr/bin/python3,  you need to change the first line in kalparse.py to
+  the correct location of python3
+
+
+
+Usage: 
+
+kalparse.py [-h] [-inv] [-o [outfile]] infile
+
+KALYPSO 2.5/2.6 Data Parser ver. 0.1
+
+positional arguments:
+  infile        File to read from
+
+  optional arguments:
+    -h, --help    show this help message and exit
+    -inv          Check for Tail filling in reverse byte order
+    -o [outfile]  File to write decoded data to. If not set, will print
+                  human readable Hex Values to stdout instead.