readme.txt 698 B

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