Two ways to talk to Azure IoT Hub

This article lists down 2 ways to communicate with Azure IoT hub : An insecure method using a standalone java client A secure certificates based method using a standalone python client Most of these instructions can be found on the Azure site but is scattered all over the place. This code has been been runContinue reading “Two ways to talk to Azure IoT Hub”

Mqtt-Based Data Transfer With Kafka Cloud

Through this article, I would like to list down the detailed steps for communicating from a device to a server in the cloud running a scalable Kafka infrastructure and back from Kafka to the device using Mosquitto broker and Kafka connect. Device to cloud connectivity using mqtt-mosquitto broker and kafka connect : Step 1: Download and install mosquito forContinue reading “Mqtt-Based Data Transfer With Kafka Cloud”