Query regarding AVB simulation #34
-
Hello, I have a query regarding the frame interval of stream A and B. The interval of stream A and B are as follows. //Service class A interval is 125us //Service class B interval is 250us Now if I want to send class A stream with a period of 2000us how do I configure it? If in the node1.ini file, the "intervalFrames" default value is 1 this means 1 class-A frame will be sent in 125us. So, how do I configure it so that the node1 sends 1 class-A frame in 2000us instead of 125us. It will be helpful if you could clarify this. Thank you. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
Hi, there is a AVBCustomIntervalSourceApp where you can specify a custom interval. in the ini type:
Hope this Helps! Regards |
Beta Was this translation helpful? Give feedback.
-
Thank you so much. It helped. |
Beta Was this translation helpful? Give feedback.
Hi,
there is a AVBCustomIntervalSourceApp where you can specify a custom interval.
in the ini type:
Hope this Helps!
Regards
Philipp