I am developing an app in which I want to shows list of all devices
which are connected to one router
using wifip2p
same like in xender
. I don't know how to do this because I am new in Android programming.
Asked
Active
Viewed 1,959 times
0

Donald Duck
- 8,409
- 22
- 75
- 99

CHIRAG SORTHIYA
- 21
- 2
-
This might help http://stackoverflow.com/questions/3345857/how-to-get-a-list-of-ip-connected-in-same-network-subnet-using-java – Luís Gonçalves Apr 06 '17 at 10:54
-
@LuísGonçalves I want devices connected with wifi not with LAN – CHIRAG SORTHIYA Apr 06 '17 at 11:00
-
Have you looked into possible available API's of the router's brand? – Edwin Lambregts Apr 06 '17 at 11:03
1 Answers
1
This GitHub Repo called Android Network Discovery might help you to get list of all contected devices.

Siddharth Sheth
- 207
- 2
- 6