Skip to content

Latest commit

 

History

History
16 lines (8 loc) · 481 Bytes

README.md

File metadata and controls

16 lines (8 loc) · 481 Bytes

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