CCSDS Time Code Formats (CCSDS 301.0-B-4 / 141.0-B-1) in pure OCaml
OCaml 94.2%
Dune 2.1%
Other 3.8%
11 1 0

Clone this repository

https://tangled.org/gazagnaire.org/ocaml-tcf https://tangled.org/did:plc:jhift2vwcxhou52p3sewcrpx/ocaml-tcf
git@git.recoil.org:gazagnaire.org/ocaml-tcf git@git.recoil.org:did:plc:jhift2vwcxhou52p3sewcrpx/ocaml-tcf

For self-hosted knots, clone URLs may differ based on your setup.

Download tar.gz
README.md

TCF - CCSDS Time Code Formats (CUC and CDS)#

Pure OCaml implementation of CCSDS 301.0-B-4 time code formats. Includes CUC (CCSDS Unsegmented Code) for compact mission-configurable timestamps and CDS (CCSDS Day Segmented) for day-based time representation. Uses bytesrw for streaming I/O.

Installation#

opam install tcf will install this library.

Reference#

  • CCSDS 301.0-B-4: Time Code Formats

Documentation#

API documentation