aidanjohnson / dt7816

Acoustic Array for Tracking Coordinated Flight of Foraging Bats
GNU General Public License v3.0
0 stars 0 forks source link

Parallelisation of Circular Buffer Process #17

Open aidanjohnson opened 6 years ago

aidanjohnson commented 6 years ago

The board comes with an AIO API made by manufacturer. For the current commit that's attempting to accomplish these requirements, see commit https://github.com/aidanjohnson/dt7816/commit/919c5520de2531e883b6454648940693b673b4aa, and earlier commits on the development branch. Progress will be committed there.

Helpful links on:

AIO

Double Buffering

leewujung commented 6 years ago

Do we still need to reduce the lag time if we use multi-threaded processes?

aidanjohnson commented 5 years ago

UPDATE 2018-09-04 21h00: Refer to commits https://github.com/aidanjohnson/dt7816/commit/c20a615fc2af7a4e519703ccd5cc3328f7717761 and https://github.com/aidanjohnson/dt7816/commit/3ba8ea4fc742f177fc575e00935ab7344068d6cd for details on the current progress of addressing this issue.

UPDATE 2018-09-26 00h30: Now refer to https://github.com/aidanjohnson/dt7816/commit/919c5520de2531e883b6454648940693b673b4aa for current status.