feat: add PTP support with PHC probe

Co-authored-by: aider (openai/gpt-5) <aider@aider.chat>
This commit is contained in:
Chaos Rogers 2025-10-21 22:41:19 +01:00
parent 2e8bc9ac5e
commit 5ba0421f76
3 changed files with 128 additions and 0 deletions

View file

@ -21,5 +21,9 @@ log = { version = "0.4", features = ["std"] }
daemonize = "0.5.0"
num-rational = "0.4"
num-traits = "0.2"
libc = "0.2"
[[bin]]
name = "ptp_probe"
path = "src/bin/ptp_probe.rs"