Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
mavris authored Sep 12, 2016
1 parent 2ac4c0d commit 1c08120
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,8 @@ MMLanScan is an open source project for iOS that helps you scan your network and
+ Scans and finds available hosts in your network
+ Shows IP Address
+ Shows MAC Address
+ Show Brand of device based on MAC Address
+ Shows Brand of device based on MAC Address
+ Shows hostname (if available)
+ Scan any subnet (not only /24)

###Installation
Expand Down Expand Up @@ -67,7 +68,7 @@ Do not update SimplePingHelper since is modified to work with MMLanScan
If anyone would like to help:
- ~~Convert the [OUI]~~ (https://standards.ieee.org/develop/regauth/oui/oui.txt) ~~text in a dictionary so we can map MAC Address with vendor (Hint: The Regex to catch the first line with MAC Address and vendor: ```[A-F0-9]{2}-[A-F0-9]{2}-[A-F0-9]{2}\s*\(hex\)\s*[A-Za-z\.\, \-]+```)~~
- Make it work in a background thread. Apple's SimplePing has issues when it comes to GCD (it's built on C libraries and it seems their callbacks won't work with GCD)
- Get hostname from IP address method is not working
- ~~Get hostname from IP address method is not working~~

###Performance Tips
If you experience UI issues (UI not responsive) try to change the value of ```const float interval = 0.3;``` in MMLANScanner
Expand Down

0 comments on commit 1c08120

Please sign in to comment.