KALYPSO 2.5/2.6 Data Parser

Timo Dritschler ed91917253 Added readme.txt %!s(int64=4) %!d(string=hai) anos
kalparse.py a0fb798002 Virst prototype %!s(int64=4) %!d(string=hai) anos
readme.txt ed91917253 Added readme.txt %!s(int64=4) %!d(string=hai) anos

readme.txt

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.