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
}