Hi Guys,
I am using the JMQTT library Version 1 and the basic draw canvas example.
This connects to my VPS running mosquitto and authenticates perfectly, the problem is when it receives a string message "clear" it throws a java io error.
Any ideas on how this can be solved?
Dim obj As Object = serializator.ConvertBytesToObject(Payload) '<---fails here
My global aim for this application is to create a MQTT android app running as a service and to be able to respond to notifications by bringing up a pop up with notification information and to also send messages back to the broker to control embedded devices connected.
Any input on this would be great, or if anyone has a simple MQTT service example that would be brilliant.
Massive thanks
Dans
I am using the JMQTT library Version 1 and the basic draw canvas example.
This connects to my VPS running mosquitto and authenticates perfectly, the problem is when it receives a string message "clear" it throws a java io error.
Any ideas on how this can be solved?
Dim obj As Object = serializator.ConvertBytesToObject(Payload) '<---fails here
My global aim for this application is to create a MQTT android app running as a service and to be able to respond to notifications by bringing up a pop up with notification information and to also send messages back to the broker to control embedded devices connected.
Any input on this would be great, or if anyone has a simple MQTT service example that would be brilliant.
Massive thanks
Dans