Hermes

Minimalist and intuitive MQTT broker and client written entirely in C#

View the Project on GitHub

IconSpacerTagline

Minimalist and intuitive asynchronous MQTT messaging server and client written entirely in C#

Hermes: messenger of the Greek gods

Installation

Server package:

Install-Package System.Net.Mqtt.Server -Pre

Client package:

Install-Package System.Net.Mqtt -Pre