File: control

package info (click to toggle)
linuxptp 4.4-1
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 1,664 kB
  • sloc: ansic: 28,366; sh: 178; makefile: 104
file content (36 lines) | stat: -rw-r--r-- 1,470 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
Source: linuxptp
Section: utils
Maintainer: Debian Multimedia Maintainers <debian-multimedia@lists.debian.org>
Uploaders:
 Tino Mettler <tino+debian@tikei.de>,
 Punit Agrawal <punit@debian.org>,
Build-Depends:
 debhelper-compat (= 13),
 dh-exec,
 nettle-dev
Standards-Version: 4.7.2
Homepage: https://www.linuxptp.org/
Vcs-Git: https://salsa.debian.org/multimedia-team/linuxptp.git
Vcs-Browser: https://salsa.debian.org/multimedia-team/linuxptp

Package: linuxptp
Architecture: linux-any
Depends:
 ${misc:Depends},
 ${shlibs:Depends},
Description: Precision Time Protocol (PTP, IEEE1588) implementation for Linux
 Linuxptp is an implementation of the Precision Time Protocol (PTP)
 according to IEEE standard 1588 for Linux. Features include:
  - support for hardware and software time stamping via the Linux
    SO_TIMESTAMPING socket option.
  - support for the Linux PTP Hardware Clock (PHC) subsystem by using the
    clock_gettime family of calls, including the new clock_adjtimex
    system call
  - implementation of Boundary Clock (BC) and Ordinary Clock (OC)
  - transport over UDP/IPv4, UDP/IPv6, and raw Ethernet (Layer 2)
  - support for IEEE 802.1AS-2011 in the role of end station
 .
 PTP provides higher precision and faster synchronization than NTP even
 without hardware support. With hardware support, sub-microsecond
 accuracy can be expected. Whereas NTP is intended for WAN use, PTP is
 designed for LAN environments and makes use of UDP multicast.