Finding Live Nodes on LAN using Python
I am creating a Messenger which is same as IP Messenger in Python 2.7 and Windows. I want the same functionality as IP Messenger uses in finding the systems running same software over LAN but I am unable to understand the technique. Can someone please help me to solve the problem of Finding the computers IP address or host name running same software over the LAN using Python 2.7 and Sockets Library. Please suggest something which can be implemented on Windows not like Nmap(limited to linux) and it will be very helpful if solution is Python's Socket Library code. " net view " command of Windows