MacFinder is a class that helps find a MAC Address using it's IP
###Configuration
- Add files in your Xcode project from: File-Add Files to YourProjectName-> Select MacFinder.m, MacFinder.h, route.h, if_arp.h, if_types.h and if_ether.h-> Click on "copy items if needed" -> OK
###How to use it
Import the class in your class:
#import "MacFinder.h"
NSString *mac = [MacFinder ip2mac:@”192.168.10.24"];
NSLog(@”Mac:%@”,mac);
That's it!
Visit my [article] (https://medium.com/rocknnull/ios-from-ip-to-mac-address-1e3726ff6d2b#.kgbe3wipa) for MacFinder for more details
###Authors
- Michael Mavris
###License
Copyright Miksoft 2016
Licensed under the MIT License