mavris / MMLanScan

An iOS LAN Network Scanner library
MIT License
490 stars 121 forks source link

What is the function to scan all the associated IP ? #38

Closed Lintes closed 5 years ago

Lintes commented 6 years ago

Hi Mavris,

Here in the function, I can see LANProperties, MMLanScan and others but I couldn't figure it out the correct function to call for scanning all the associated IP in a same network.

Please bare with my noviceness and reply me at your earliest

saormart commented 6 years ago

Any news on this ?

mavris commented 5 years ago

Initialize with delegate

self.lanScanner = [[MMLANScanner alloc] initWithDelegate:self]; Start the scan

[self.lanScanner start];