This is a parser to parse the object data recieved from the mmWave OOB demo.
Tested on SDK 1.0 and SDK 1.1.

Usage:
python parseTLV.py <inputFileName>
	 The output can be redirected to a text file.

e.g.

python parseTLV.py input_capture_binary.dat > output_parsed_file.txt