The current implemented of MQTT library (Paho <1.20?) gives us all the possibility to deal with our devices @ home and ......
I would say for "home use" the functionality is good enough as we can can do e.g. read/set temperature and we don't care if the connection is secure (just an example)
In my case it is a litte differed as we are developing a kind of gateway for our customer handling ~3.000.000 devices with 400 topics with huge JSON payload per country.
The proof of concept for the "Monitor" of the Gateway was done in B4J but I had to move to Java as a lot of requirements are not doable with the current MQTT implantation in B4J.
I like to list the requirements I like to see in the next MQTT implementation to finish the Job in B4J:
SSL / TLS
MQTTS
WS/WSS
Automatic Reconnect
Disconnected Publishing
set/getMaxInflight
Thats it for now
all those features and more are available I the latest release of Paho, as the title says it is my wish to see them soon in B4x.
THX
I would say for "home use" the functionality is good enough as we can can do e.g. read/set temperature and we don't care if the connection is secure (just an example)
In my case it is a litte differed as we are developing a kind of gateway for our customer handling ~3.000.000 devices with 400 topics with huge JSON payload per country.
The proof of concept for the "Monitor" of the Gateway was done in B4J but I had to move to Java as a lot of requirements are not doable with the current MQTT implantation in B4J.
I like to list the requirements I like to see in the next MQTT implementation to finish the Job in B4J:
SSL / TLS
MQTTS
WS/WSS
Automatic Reconnect
Disconnected Publishing
set/getMaxInflight
Thats it for now
all those features and more are available I the latest release of Paho, as the title says it is my wish to see them soon in B4x.
THX
Last edited: