Hi. all. I want to send a data for ex: card id and balance from my database running in a raspberry pi to an user interface (android apps) in a android tablet. So, my tablet will show the data .
My first idea is to send the data (card id and balance) as a json package, send it through mqtt , and then my tablet will receive the mqtt data, decode the json package and show the data being sent. After that my tablet will also be used to send the feedback (for ex send chosen data to the raspi) using the same method .
My question is , is this possible or is there any other option to do this? Thankyou so much
My first idea is to send the data (card id and balance) as a json package, send it through mqtt , and then my tablet will receive the mqtt data, decode the json package and show the data being sent. After that my tablet will also be used to send the feedback (for ex send chosen data to the raspi) using the same method .
My question is , is this possible or is there any other option to do this? Thankyou so much