-
Notifications
You must be signed in to change notification settings - Fork 27
Description
I would like to request the addition of built-in support for the PTP Automotive Profile within the statime project.
This feature should include:
- A dedicated configuration example file (e.g., statime-automotive.toml) to demonstrate the necessary PTP configurations specific to the automotive profile (like network transport level, message rate, etc.).
- Any necessary logic or enhancements within the statime core to properly handle the characteristics of the automotive profile.
This would be highly valuable for users deploying PTP in time-sensitive networking (TSN) environments, particularly within automotive and industrial applications.
Additional Context and References:
-
Precedent in statime: Support for other domain-specific profiles already exists, specifically the Power Sector Profile (e.g., IEC 61850), which provides a clear precedent for integrating profile-specific configurations. (Reference: Existing Power Sector Profile example: https://github.com/pendulum-project/statime/blob/main/docs/examples/conf/statime-61850.toml)
-
Reference Implementation (for configuration inspiration): The configuration used in the widely-adopted linuxptp project for the automotive master could serve as a guide for the necessary profile settings. (Reference: linuxptp Automotive Master Configuration: https://github.com/richardcochran/linuxptp/blob/master/configs/automotive-master.cfg)