Skip to content

Instantly share code, notes, and snippets.

@pedrocganem
Last active October 27, 2020 16:25
Show Gist options
  • Save pedrocganem/b2c5cf35cd48273faa1228abd7362e1e to your computer and use it in GitHub Desktop.
Save pedrocganem/b2c5cf35cd48273faa1228abd7362e1e to your computer and use it in GitHub Desktop.
String broker = 'your_broker';
int port = 1883;
String username = 'your_username';
String password = 'your_password';
String clientIdentifier = 'your_client_identifier';
MqttServerClient client;
StreamSubscription subscription; //* I'll explain this later!
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment