Thanks to b4x and the power of its combined tools we are able to create apps that run on IOT devices like RaspberryPI, Intel Edison, PC, IOS and Android devices. We are able to use b4j web server for http communication, tcp, websockets and even mqtt.
We have very nice examples how to interact with gpio ports on the embded platforms and the examples of communication between devices.
It all fine If we try it as a proof of concept environment, but when one thinks of a real life usage of all those IOT devices, there is one problem with b4j.
We can’t really use secure connection in any of mentioned protocols.
Please correct me if I’m wrong.
I would like to ask for some examples how to make secure connections using https, wws, and mqtt with ssl support. I think it’s a very important aspect, if we want to create new things for IOT with b4x and use it in real word.
We have very nice examples how to interact with gpio ports on the embded platforms and the examples of communication between devices.
It all fine If we try it as a proof of concept environment, but when one thinks of a real life usage of all those IOT devices, there is one problem with b4j.
We can’t really use secure connection in any of mentioned protocols.
Please correct me if I’m wrong.
I would like to ask for some examples how to make secure connections using https, wws, and mqtt with ssl support. I think it’s a very important aspect, if we want to create new things for IOT with b4x and use it in real word.