Skip to content

Latest commit

 

History

History
37 lines (28 loc) · 1.77 KB

README.md

File metadata and controls

37 lines (28 loc) · 1.77 KB

CGGTTS

Rust package to parse and generate CGGTTS data.

crates.io License License crates.io
Rust crates.io

CGGTTS is a file format to exchange Common View Time transfer data.
It is specified by the Bureau International des Poids & des Mesures (BIPM).

CGGTTS 2E specifications

This library only supports revision 2E, and will reject other revisions.

Several structures exist in this crate:

  • Cggtts is the main crate, it comprises measurement system information and measurement data. It is a file parser (reader) and producer (data generator).
  • Tracks are actual Cggtts measurements
  • Delay represent the measurement internal delays
  • cggtts-cli command line application to parse & analyze CGGTTS data. This application is just initiated and there is still a lot to achieve regarding this one.

TODO

  • Conclude / improve the track generation interface
  • Provide a track scheduling interface
  • Deal with data scaling better
  • Enhance the command line app