MASM32 Downloads
It really depends on what router you have. You can look at the DHCP table, MAC address table or LAN connections table.
Do you know what function I should use from the WinAPI?
Quote from: Farabi on July 02, 2012, 12:13:38 PMDo you know what function I should use from the WinAPI?Usually you acess the router via the web interface.Maybe you could use InternetConnect, then connect to the router (usually the IP address is http://192.168.1.1). Parse the result, and you can enumerate how many PCs are connected to the router.