aws / amazon-freertos-ble-ios-sdk

iOS SDK for FreeRTOS Bluetooth Devices
Apache License 2.0
42 stars 31 forks source link

Change the CBOR lib to CBORCoding. #20

Closed mingyue86010 closed 3 years ago

mingyue86010 commented 3 years ago

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.