How to calculate the distance between two iOS devices using a wireless connection.
I figure out we can calculate using BLE
, using RSSI
number.
But the range of the device varies and the device placed in the room far away cannot be discovered.
My requirement is to calculate the distance device present in the room.
I have looked into the Multi-peer connectivity framework, but there is no such thing as the RSSI
number.
Thanks in advance.