Skip to content

slwatkins/lireader

Repository files navigation

Convert Moku binary logging .li files to .csv or .mat

Compile with

cc *.c -o liconvert -Ofast -lmz -std=c99

Convert files to CSV with

./liconvert myfile.li

Convert multiple files to MAT-file or CSV with

./liconvert myfile1.li myfile2.li --mat myfile3.li myfile4.li --csv myfile5.li

Includes material from c-capnproto. See COPYING-c-capnproto.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C 98.0%
  • C++ 1.4%
  • Other 0.6%