Skip to content

LB767/cggtts

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

📡 🛰️ CGGTTS files parsing and production, in Rust

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Rust 100.0%