Skip to content

Development and debug tricks

TheOnlyJoey edited this page Mar 13, 2018 · 1 revision

HTC Vive

In order to read the Report 17 as a json file, you need to set some headers and decode it as gzip

printf "\x1f\x8b\x08\x00\x00\x00\x00\x00" |cat - report17.data | gzip -dc

Clone this wiki locally