User Profile
wduraes
Former Employee
Joined 6 years ago
User Widgets
Recent Discussions
Re: Why there are 2 azure iot C sdks?
Hi DangNH , as Israr_2020 said, the Embedded C SDK is focused on constrained devices (normally based on microcontrollers). For non-constrained devices C SDK is also a good choice. Your correct on your assumption: an application created for C SDK will require some re-work to be migrated over the Embedded C SDK as their underlying architecture designs are different. If you anticipate a need for constrained devices in the future, you should consider leveraging the Embedded C SDK as it's modular approach will make it simpler to enable different device configurations.1.2KViews0likes0Comments