I use sockets to communicate with several computers. instead of typing manually the ip's of the selected computer, I want to get a list of all the computers's IP that connected to my home network. For exemple, I have 3 computers connected to my network, and i want to get a list of all those computers's ip. IMPORTANT- if it wasn't clear, I want to write a method in python that do this (returnes the list). THANKS! :)
Asked
Active
Viewed 108 times
1 Answers
0
Use nmap module. With its help you can scan the network, more info on https://pypi.org/project/python-nmap/

Ł.Strzelczyk
- 41
- 10