tags:

views:

29

answers:

1

Hi,

I want to make application which gives me the list of all the devices that are connected to my current network connection.

For eg. When i press on search button in bluetooth application gives me the list of bluetooth device that are in range , Similarly i need to develop application in when when i click on search button then it should able to give the list of all the devices that are connected to my network. I am familiar with the Networkmanager and the NetworkInfo Api.

If u have any idea how can i do this,please guide me.

Thank you

+1  A: 

I want to make application which gives me the list of all the devices that are connected to my current network connection.

That is not possible, sorry. You are welcome to write your own networking protocol (replacing TCP/IP) which has the concept of "devices that are connected my current network connection".

CommonsWare