CopterExpress / clever-show

Software for making the drone show with 🍀
GNU General Public License v3.0
76 stars 42 forks source link

Collect all needed telemetry on the client in the separate thread in special structure #53

Closed goldarte closed 4 years ago

goldarte commented 4 years ago

Request description The goal is to get all needed telemetry as fast as we can. I suggest to make separate thread, where all required telemetry will be received. So when the client gets selfcheck request, it will send immediately the information from the telemetry structure.

goldarte commented 4 years ago

Started here: https://github.com/CopterExpress/clever-show/commit/0f5b5f0346029de2410bae2e81574862e2e16e23

The last changes are in master branch. Needs time to be tested.

goldarte commented 4 years ago

Tested, works.