Avnu / OpenAvnu

OpenAvnu - an Avnu sponsored repository for Time Sensitive Network (TSN and AVB) technology
470 stars 289 forks source link

Code compliance #831

Open 2raghu opened 6 years ago

2raghu commented 6 years ago

Hi, Is this source code fully compliant to 802.1AS spec? Are there any companies who are using this code for their product and is in field? I'm planning to port the code to FreeRTOS for one my development board(samv71 xplained).

Pls clarify. Thanks

andrew-elder commented 6 years ago

Yes, the 802.1AS implementation is fully compliant with the 802.1AS spec. And, yes, there are companies that have this code running in real products in the field.

2raghu commented 6 years ago

Thank you for the clarification. What about 802.1ASrev, is it compliant? Thanks for your time.

christopher-s-hall commented 6 years ago

No. 802.1AS-rev's "major" feature addition is support for multiple domains. I think to support multiple domains using gPTP an additional arbitration layer would need to be added between the packet socket and the port object.

2raghu commented 6 years ago

Thanks a lot. Sorry for the trouble,One last query, Does this code support only for endpoints or can be used for switches too? Thanks again.