Skip to content

Commit

Permalink
Intro for Clock Manager on Main ReadMe.
Browse files Browse the repository at this point in the history
Including a brief introduction of the Clock Manager into the main
README.md

Signed-off-by: David Zage <[email protected]>
  • Loading branch information
djzage authored and yoongsiang2 committed Sep 25, 2024
1 parent 6722eb3 commit db3962c
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -138,6 +138,14 @@ but **NOT** with the Go wrapper, which may break!
* Options in opt.h - Parse pmc tool command line parameters
* Init in init.h - Initialize objects for a pmc tool

# <u>Clock Manager</u>
Leveraging the libptpmgmt Library, the clock Manager is a framework for monitoring network time
synchronization on the local platform. The Clock Manager exposes an API to
enable reporting time synchronization status to any application executing on the
system. It is planned that Clock Manager will not only be able to report
timing telemetry information, but also configure the platform. For further
information, see the [Clock Manager](./clkmgr/README.md) introduction.

# <u>pmc and phc_ctl tools</u>
The project provides a clone of [LinuxPTP](https://linuxptp.nwtime.org)
pmc tool using the libptpmgmt library
Expand Down

0 comments on commit db3962c

Please sign in to comment.