I think javascript is not the best implementation platform for this code because you need guaranteed latency, even though 8ms period is not very demanding. You could try playing with the interpreter process priority and scheduling algorithm, but in the end you probably should start looking at implementing this in a compiled language (C/C++).
On Wed, Jun 10, 2015 at 4:38 AM, <[email protected]> wrote: > Hy again > > -- > For more options, visit http://beagleboard.org/discuss > --- > You received this message because you are subscribed to the Google Groups > "BeagleBoard" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > For more options, visit https://groups.google.com/d/optout. -- For more options, visit http://beagleboard.org/discuss --- You received this message because you are subscribed to the Google Groups "BeagleBoard" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
