What are differences, pros and cons of the three referred real time OS framework, extensions or patches?
I want to measure a CPU timestamp counter (TSC), time in nanosecond everytime when a data frame or an ack frame of Wifi is sent or received.
And I realized that one of three real time technique is required to increase precision and reduce jitter due to preempt, interrupt and context change.
Currently, I am applying RTAI to the kernel. As it takes a long time to compile, I'd like read something about those three.
Could you recommend some documents or explain about it?