Re: [Linuxptp-users] Does ptp4l support unicast ?
PTP IEEE 1588 stack for Linux
Brought to you by:
rcochran
From: Richard C. <ric...@gm...> - 2016-11-16 08:48:11
|
On Tue, Nov 15, 2016 at 09:20:51AM -0500, David Cemin wrote: > Since it is not supported, do you know if there is anyone working on this > already ? Not that I know of. > If not, do you know what the effort would be to have this support > implemented within ptp4l ? I think it would require substantial effort. It entails implementing the following options from 1588: 16.1 Unicast message negotiation 17.5 Unicast discovery 17.6 Acceptable master table [ Since this is very similar to the unicastMasterTable of 17.5, you can kill two birds with one stone. ] We already have some support for subscriptions and notifications, and so you would naturally build upon that. Thanks, Richard |