Reputation: 89
I am trying to develop an application where I list out all the peripherals (computers, mobile devices, printers, etc) connected to a local network and their IP addresses. I am new to network programming. Can any one help me out on this?
Thanks.
Upvotes: 4
Views: 766
Reputation: 8581
The easiest way is to discover services attached to the network through Bonjour, in this case, apple provides various levels of abstraction to normal socketing.
Upvotes: 2