Skip to content

Latest commit

 

History

History
10 lines (6 loc) · 895 Bytes

File metadata and controls

10 lines (6 loc) · 895 Bytes

MQTT C# Sample

Watch the Tutorial Video: https://www.youtube.com/watch?v=7UewJo4zY2k

Let us check how to use MQTT in C# .Net. In this video we explain the Step By Step procedures to register the application as a MQTT Client. The application showing in this video is a C# MQTT / MQTT C# Client Example (M2MQTT C# Example).

The Client applications will be able to Subscribe and Publish MQTT Messages to a Topic with MQTT Broker. We use M2MQTT Library to connect the Application to the MQTT Service as a Client. This is a Step By Step Tutorial For MQTT with C#.

MQTT (Message Queuing Telemetry Transport) is an open OASIS and ISO standard (ISO/IEC 20922) lightweight, publish-subscribe network protocol that transports messages between devices. The protocol usually runs over TCP/IP; however, any network protocol that provides ordered, lossless, bi-directional connections can support MQTT.