What is device uuid ? when I am trying to run bulimix painter on laptop.
Posted: 11:29, 16 Feb 2016
I am trying the https://evothings.com/evothings-does-mqtt-with-bluemix/ and running it on my laptop instead of uploading it to my Smartphone.
to make debugs faster I am using my laptop
https://deploy.evothings.com/connect/YOUR_CONNECT_CODE
and I can get the interface up.
but it fails when it tries to execute this command.
app.client = new Paho.MQTT.Client(hostname, port, clientId);
This is because clientId= 'a:'+ orgId + ':painter' + device.uuid;
and I found that I cannot simulate any device.uuid - it has to be something that the Broker will understand.
What would my device uuid be ? in such cases.
to make debugs faster I am using my laptop
https://deploy.evothings.com/connect/YOUR_CONNECT_CODE
and I can get the interface up.
but it fails when it tries to execute this command.
app.client = new Paho.MQTT.Client(hostname, port, clientId);
This is because clientId= 'a:'+ orgId + ':painter' + device.uuid;
and I found that I cannot simulate any device.uuid - it has to be something that the Broker will understand.
What would my device uuid be ? in such cases.