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#.
Sample Project Source Code:
[ Ссылка ]
#mqttclient
#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.
Ещё видео!