gPTP Documentation
|
This is an example Intel provided gptp daemon which can be used on Linux and Windows platforms. There are a number of other ptp daemons available for Linux which can be used to establish clock synchronization, although not all may export the required APIs needed for an AVB system.
The daemon communicates with other processes through a named pipe. The pipe name and message format is defined in ipcdef.hpp. The pipe name is "gptp-update". A Windows example is in the project named_pipe_test.
The message format is:
Integer64 <master-local phase offset>
Integer64 <local-system phase offset>
Float <master-local frequency offset>
Float <local-system frequency offset>
UInteger64 < local time of last update>
Meaning of IPC provided values
Requirements for documentation on a ubuntu based system:
To build, execute the linux/build makefile.
To build for I210:
ARCH=I210 make clean all
To build for 'generic' Linux:
make clean all
To build for Intel CE 5100 Platforms:
ARCH=IntelCE make clean all
To execute, run ./daemon_cl <interface-name> such as ./daemon_cl eth0
The daemon creates a shared memory segment with the 'ptp' group. Some distributions may not have this group installed. The IPC interface will not available unless the 'ptp' group is available.
Build Dependencies
Extract WpdPack so the Include folder is in one of the below locations
1- ProgramData \WpdPack \Include \Lib \Lib\x64
2- USERPROFILE \src\pcap \Include \Lib \Lib\x64
To run from the command line:
daemon_cl.exe xx-xx-xx-xx-xx-xx
where xx-xx-xx-xx-xx-xx is the mac address of the local interface
There are a number of existing ptp daemon projects. Some of the other known ptp daemons are listed below. Intel has not tested Open AVB with the following ptp daemons.
Richard Cochran's ptp4l daemon - https://sourceforge.net/p/linuxptp/
Note with this version to use gPTP specific settings, which differ slightly from IEEE 1588.