linuxptp icon indicating copy to clipboard operation
linuxptp copied to clipboard

User space PTP stack for the GNU/Linux operating system.

Results 13 linuxptp issues
Sort by recently updated
recently updated
newest added

There are configs, when you want UTC timescale in PTP domain for most dumb devices, but there are some that follow ptpTimescale parameter from master, but not the currentUtcOffset.

When linuxptp goes from LISTENING to UNCALIBRATED, it will flush the the peer delay. This means that linuxptp forgets it sent a peer delay request. However, if there is an...

The actual ptp4l implementation rearms timers after the expiration. This approach doesn't permit to have a precise TX SYNC message scheduling. During my test the TX SYNC frequency is slightly...

## Problem The goal is to synchronize the system clock (`CLOCK_REALTIME`) with GNSS/GPS. Typically, this is achieved by using `ts2phc` to sync a hardware clock (PHC) to GPS and then...

Allow for use of pmc command `SET CLOCK_ACCURACY 0xNN` to modify the `clockAccuracy` attribute. The hexadecimal argument is parsed without case sensitivity.

The table is still valid, so update the expiration date

wolfCrypt is a lightweight cryptography library written in ANSI C, designed for embedded systems, real-time operating systems (RTOS), and other resource-constrained environments. Its small size, speed, and broad feature set...

This pull request introduces a new `CMakeLists.txt` build system for the project, replacing or supplementing previous build mechanisms. The new configuration improves build flexibility, modularity, and maintainability by leveraging CMake's...