IoT Category

Machine to machine communication with IoT Edge and HiveMQ

Machine-to-machine communication(M2M) considers two or more machines communicating with each other.This communication can involve exchanging data, sending commands in order to regulate sensors, raise alarms, start/stop processes, etc., without human interaction.Some of the protocols that are widely used in M2M communication are MQTT, OPC-UA, CoAP, LWM2M, etc. Architecture In scenarios where devices/machines need to exchange […]

Read More

.NET Core Service Fabric IoT Sample project

Since Microsoft recommends building new applications based on .NET Core, the topic of this blog is simple Service Fabric IoT example based on .NET Core. The idea is similar and is based on the official Sevice Fabric IoT Example that is .NET Framework based.This blog will point to some of the differences and will offer […]

Read More

Azure Stream Analytics Anomaly detection on IoT Edge

Introduction A few months ago Microsoft announced a preview for the Anomaly Detection Feature for Azure Stream Analytics.In the IoT cases where anomaly detection is required in order to reduce failures and damages, usually, it would be done in a way that in the first phase data is being collected, labeled and machine learning model […]

Read More

Authenticating downstream devices with x.509 certificates

How to authenticate downstream device with x.509 certificate in scenarios with Azure IoT Edge as a transparent gateway

Read More