Skip to content

Instantly share code, notes, and snippets.

@mgwedd
Created July 24, 2019 15:03
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mgwedd/f2d40ab0e022a2d54dcd3f3180c4c298 to your computer and use it in GitHub Desktop.
Save mgwedd/f2d40ab0e022a2d54dcd3f3180c4c298 to your computer and use it in GitHub Desktop.
// Create a new MQTT client.
var factory = new MqttFactory();
var mqttClient = factory.CreateMqttClient();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment