Issue #, if available:
The Old CBOR lib has not been maintained for a long time and has a lot of bug in it. Recently we also notice a the performance issue of decoding the CBOR data, which takes about 800 ms and cause the OTA session timeout.
Description of changes:
We decided to change to a new CBOR lib - CBORCoding, which improves the decoding speed to about 2 ms and resovled the performance issue.
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.
Issue #, if available: The Old CBOR lib has not been maintained for a long time and has a lot of bug in it. Recently we also notice a the performance issue of decoding the CBOR data, which takes about 800 ms and cause the OTA session timeout.
Description of changes: We decided to change to a new CBOR lib - CBORCoding, which improves the decoding speed to about 2 ms and resovled the performance issue.
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.