#internet-of-things
Read more stories on Hashnode
Articles with this tag
In this blog post, I will introduce the XMPP protocol, show where it is used, and also show some examples of IoT applications that use it. · XMPP stands...
In this blog post, I will introduce Microsoft Orleans and the Vector actor model, two technologies that enable building scalable and resilient...
Authentication Users an MQTT broker with C# · MQTT is a lightweight and flexible messaging protocol that is widely used for IoT applications. MQTT allows...
MQTT (Message Queuing Telemetry Transport) is a lightweight, open and simple messaging protocol that enables communication between devices with...
A Simple MQTT broker with c# · In previous posts, we worked with MQTTnet version 3, although version 4 of MQTTnet came in Jun 2022. As MQTTnet version 4...
A Simple MQTT broker with c# · In the previous post, we learn what is MQTT and programmed a simple MQTT client. Now I will show you how to develop a...