Azure / azure-sdk-for-c

This repository is for active development of the Azure SDK for Embedded C. For consumers of the SDK we recommend visiting our versioned developer docs at https://azure.github.io/azure-sdk-for-c.
MIT License
224 stars 120 forks source link

Please include cellular support for the SDK. It works well with wifi and searches for the ntp server over cellular without any result. #2433

Closed alfanumero closed 1 year ago

alfanumero commented 1 year ago

I have tried the fixes discussed here in vain. https://github.com/Azure/azure-iot-sdk-c/issues/1914

CIPop commented 1 year ago

@alfanumero please see https://github.com/Azure/embedded-wireless-framework :

The Embedded Wireless Framework simplifies the development of internet and cloud connectivity for embedded device software by defining a set of APIs for network adapters, host interfaces, platforms, and software stacks. The goal is to provide a standard framework for writing applications and controlling wireless network adapters (cellular, Wi-Fi, LoRa...) while abstracting a driver interface for hardware vendors to plug in modules with self-developed drivers.

For example, IoT Hub Telemetry in conjunction with the EWF: https://github.com/Azure/embedded-wireless-framework/blob/main/src/examples/ewf_example_telemetry_basic.c