Hey all
I am currently working on an Indoor Navigation with automatic location detection.
For the location detection I use the Access Points in the building and the one with the highest signal power is choosen as starting location.
On a Win10-PC it is kinda easy to get the MAC-Adresses of the AP (Access Points) + there signal power.
cmd: netsh wlan show networks mode = bssid |findstr "SSID | BSSID | Signal"
but how can I get the MAX-Adress + Signal Power with the HoloLens since there is no command prompt??
Any suggestions or solutions for my problem?:)
Cheers
Patrick