Explorar o código

Added readme.txt

Timo Dritschler %!s(int64=4) %!d(string=hai) anos
pai
achega
ed91917253
Modificáronse 1 ficheiros con 23 adicións e 0 borrados
  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.