MMLanScan
MMLanScan copied to clipboard
An iOS LAN Network Scanner library
When I start scanning the network, at some random time(not every time), the app crashes and I get this error. Can you please help me to fix it.
results: (one cell contains:) 192.168.1.25 / 255.255.255.0 (another cell contains:) 192.168.1.25 mac F0:24...(abbreviated) Why is this repeated? (One has subnet-mask, one has mac address)
- Migrated the SwiftDemo to Swift 5. - Minor code improvements.
HI there, I'm hoping that this library has the capability to list the devices which are connected to an iPhones hotspot. I have tried with no success so far. Is...
Is there a way to seek in numerical ip address order? ATM I store each find in an array and when lanScanDidFinishScanning the array is sorted then displayed. The drawback...
Update SimplePing to latest version from Apple. Also fix type booboo in MainPresenter of Demo.
Monitored lot of crash due this line: `CFRelease(self->_socket);` CFSocketInvalidate may have released self->_socket already.
In current version, when MMLANScannerDelegate find new device, property subnetMask in Device object always == nil.
Hi, please check and merge My PR. Thanks :octocat:
I find that pinging a whole subnet will not report about 20% of the devices that should be there. Bigger numbers if the max concurrency count is higher. When I...