This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts

Is it possible to send RSSI values to the frontend/server using JSON object?

Hello All,

I am working on an indoor positioning project where I want to send/POST request  RSSI values to the server/frontend. So is it possible to send RSSI values to the server using JSON object?

Example is as below

e.g 

response = {

"rssi"= rssi_value

}

Related