stealthcopter / AndroidNetworkTools

Set of useful android network tools
Apache License 2.0
1.36k stars 283 forks source link

Devices names not showing #50

Open punittt opened 5 years ago

punittt commented 5 years ago

Hi, I'm using this library to get list of devices connected to the router... it is giving me the list of IP addresses and mac addresses but not the device or at least vendor names.. I understand it is router specific also that some routers do not allow this information. But can you please add some methods to get device or vendor names? Thanks

stealthcopter commented 5 years ago

I'm not currently aware of any free services that provide an api to lookup mac address to vendor name. If you know of any please let me know and I can add it in :)

punittt commented 5 years ago

I'll look up any such services but there are a ton of free apps that can give out vendor names.. for example https://play.google.com/store/apps/details?id=com.wifirouter.whousemywifi ...

And Eshareserver https://play.google.com/store/apps/details?id=com.eshare.clientv2 gives out device names too

punittt commented 5 years ago

Hey, so here https://macvendors.co/api is the link to free API. It's available in json to lookup vendor name using mac and it's free and unlimited. Hope you can add this to your library so it'll do the entire job. Thanks