RadarRSSI is an IEEE 802.11 Radar library based on RSSI information 📶
RadarRSSI is a radiolocation tool based on RRVP algorithm.
The information that must be entered to make the calculation are:
- TX Antenna dBi
- TX Power dBm
- RX Antenna dBi
- RX Received Power dBm
- Path Loss dB
- Channel
With RRVP this library has an Auto-DBPathLoss system where the Path Loss is chosen via an algorithm, it was created through research and has been tested many times with excellent results. To use this feature just check the docs and use the Auto-DBPathLoss function appropriately.
RadarRSSI was written in the following languages and can be used as a library:
- Golang [Check docs]
- Python [Check docs]
- C [Check docs]
- C++ [Coming soon...]