Closed evoggy closed 10 years ago
Changeset 11a10d534d56 adds support for TOC cache, both user created but also cache that is shipped with the distribution. In practice this means that the param/log TOC will never have to be downloaded for release builds of the firmware as long as we keep adding the new cache files to the dist.
Original Comment By: Marcus Eliasson
Faster connection by implementing TOC cache and removing unused log configs. Closes #25
→ <<cset 11a10d534d56>>
Original Comment By: Marcus Eliasson
We need to start using the hash functionality for the log/param TOC to shorten the connection time. It's implemented in the crazyflie so it's just the client implementation that is missing.