Skip to content

Instantly share code, notes, and snippets.

View ramajd's full-sized avatar
🎯
Focusing

Reza Alizadeh Majd ramajd

🎯
Focusing
View GitHub Profile
var mqtt = require('mqtt');
var chid = '69432217-a8d6-4086-9d04-eea8d0ce4a55';
var deviceId = 'testDevice';
var devicePass = '2d70dd0e-1d57-4034-ac8a-3d01c76a9f45';
var c1 = mqtt.createClient(1883, 'localhost', {
clientId : deviceId,
username : deviceId,