PTP with QNEthernet? #34
Replies: 1 comment 2 replies
-
I have an API implementation for accessing the IEEE1588 features such as clock adjustment and raw Ethernet frame timestamps, but I haven't released it. If you're interested in talking about it off-list, send me an email. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Internet articles abound with the news that the Teensy 4.1 "supports PTP". I have yet to discover any actual implementation of IEEE 1588 for the Teensy 4.1, so I thought I might take a swing at it. If I can crack it this weekend, my company won't over-engineer the bejesus out of a problem we're trying to solve.
QNEthernet actually seems to have functional UDP multicasting (unlike other interfaces I've tried), and the readme actually mentions PTP frames, so I thought I might start here. There are a few questions that come to mind though:
I don't know who (besides Shawn) will see this discussion, but any tips would be grand.
Beta Was this translation helpful? Give feedback.
All reactions