Project

ruby_tdms

0.0
Repository is archived
No commit activity in last 3 years
No release in over 3 years
TDMS is a binary file format for measurement data. It was created by National Instruments. National Instruments software such as LabVIEW, DIAdem, and Measurement Studio support reading and writing TDMS files. NI also provides a DLL written in C for using TDMS files on Windows. RubyTDMS provides a convenient way to work with TDMS files on Unix-like platforms. The RubyTDMS gem was formerly known as "TDMS".
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

>= 1.7
~> 10.0

Runtime

 Project Readme

RubyTDMS

(Note: The RubyTDMS gem was formerly known as simply "TDMS". The API did not change from TDMS 1.0.0 to RubyTDMS 2.0.0, but the version was bumped due to the breaking name change.)

TDMS is a binary file format for measurement data. It was created by National Instruments.

National Instruments software such as LabVIEW, DIAdem, and Measurement Studio support reading and writing TDMS files. NI also provides a DLL written in C for using TDMS files on Windows.

RubyTDMS provides a convenient way to work with TDMS files on Unix-like platforms.

Current State

This gem is nearly feature-complete for for reading the TDMS files according to the 2015 specification from National Instruments.

  • Writing TDMS files is not yet supported.

Contributors

This gem is heavily based on the TDMS library created by Mike Naberezny.