Update the features listed in the readme file.

Signed-off-by: Richard Cochran <richardcochran@gmail.com>
master
Richard Cochran 2019-02-24 19:16:42 -08:00
parent 36624a4345
commit 47a4fd040b
1 changed files with 22 additions and 3 deletions

View File

@ -20,10 +20,11 @@
SO_TIMESTAMPING socket option.
- Supports the Linux PTP Hardware Clock (PHC) subsystem by using the
clock_gettime family of calls, including the new clock_adjtimex
system call.
clock_gettime family of calls, including the clock_adjtimex system
call.
- Implements Boundary Clock (BC) and Ordinary Clock (OC).
- Implements Boundary Clock (BC), Ordinary Clock (OC) and
Transparent Clock (TC).
- Transport over UDP/IPv4, UDP/IPv6, and raw Ethernet (Layer 2).
@ -32,6 +33,24 @@
- Modular design allowing painless addition of new transports and
clock servos.
- Implements unicast operation.
- Supports a number of profiles, including:
- The automotive profile
- The default 1588 profile.
- The enterprise profile.
- The telecom profiles G.8265.1, G.8275.1, and G.8275.2.
- Supports the NetSync Monitor protocol.
- Implements Peer to peer one-step.
- Supports bonded, IPoIB, and vlan interfaces.
* Getting the Code
You can download the latest released version at Source Forge.