Azure IoT hub SDK supports Windows CE 4.X?

Copper Contributor

I am developing for pocket pc 2003 device in Visual Studio 2008, and wonder if I can use the Azure IoT hub sdk library there !

1 Reply

The Azure IoT Hub is accepting HTTP (REST) calls. So check out https://docs.microsoft.com/en-us/rest/api/iothub/httpruntime#HttpRuntime_SendDeviceEvent  and https://azure.microsoft.com/nl-nl/resources/samples/iot-hub-python-get-started/

 

Your question triggered me to write this blog, thanks!