Is it possible to make an app that detects other devices location using Python?

Viewed 25

I am currently learning Python and I am wondering if I can build an application that can detect other devices using WiFi or nearby Bluetooth scanning.

1 Answers

Its possible to list the devices listening on wifi, but not their location.

Related