-
Notifications
You must be signed in to change notification settings - Fork 48
Open
Labels
Description
The Crazyflie has a log functionality that allows to setup "log blocks" which are block of variables that can be scheduled to be received at regular interval. The log protocol documentation is in the Bitcraze wiki: https://wiki.bitcraze.io/doc:crazyflie:crtp:log
This would be the start of making the ios client a bit more a 'serious' Crazyflie client: to implement those more complex protocol it would be beneficial to make a Crazyflie object and to encapsulate all communication and logic in it. The same way it is done in the Python and Android client. I created ticket #10 for it.
This functionality has been discussed in #7 but will be useful for #9.
Reactions are currently unavailable