I have a GMS module which can work with MQTT and Web Service. I need to get data from it and store it somewhere. As I understood from the forum, I cannot run my own MQTT server. So I settled on Web Service.
I imagine it like this: on an Android or Windows device, I run a server that I can access via GET or POST to transfer data. I also wanted to be able to connect to this server using a separate application and read the data.
How can I do it better? Is it possible to create such a server using B4A or B4J?
I imagine it like this: on an Android or Windows device, I run a server that I can access via GET or POST to transfer data. I also wanted to be able to connect to this server using a separate application and read the data.
How can I do it better? Is it possible to create such a server using B4A or B4J?