Hi All,
When we use the MqttClient in B4A it expects us to send Bytes(). We "feed" it with something like:
serializator.ConvertObjectToBytes(var)
How do you deal with other clients that are connected to the same mqtt broker? It's possible o send JSON or something between clients?
Thanks.
When we use the MqttClient in B4A it expects us to send Bytes(). We "feed" it with something like:
serializator.ConvertObjectToBytes(var)
How do you deal with other clients that are connected to the same mqtt broker? It's possible o send JSON or something between clients?
Thanks.