okFilePipe Output File Format

I am thinking about building a system that outputs pulse delays from an FPGA to my PC. I have read your okFilePipe documentation page and it seems that the output file is in a .bin format and the delay measurements will be read out from the FPGA in binary.

Is there a place I can find a sample .bin output file with some binary (or hex) data? I will need to create a Python script that can automatically read these binary values, convert them to decimal and then input them into another GUI for programming. Having a sample file would be great to give me a better idea of what I need to do on the Python side.

Thank you