I'm trying to somehow get a list of all connected devices on a network, and then show their ip with it. I want it to show something like this:
computername - 192.168.0.0
computer2 - 192.168.100.43
I have tried nmap and after a long time I was able to use it but it wont work.
I'm using Python 3.6.5, Windows 8.1.
If anyone could answer, it would help a lot.
Edit: I did go here before, but I'm not sure how to list the names and ip using that method.