Posted on January 25, 2020 3 Comments
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 […]
Posted on June 17, 2019 Leave a Comment
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 […]
Posted on April 16, 2019 Leave a Comment
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 […]