How to scan open ports in iOS swift?
I am currently working in an application that scan the all the connected devices on my network.
I have tried with ping from 1 to 254 ip’s by changing the last subnet , but some of the devices doesn’t responding to ping. In android having similar app like this to scan devices in network : https://github.com/aaronjwood/PortAuthority , I need to find the all the available devices in my network. Kindly give idea or solution to achieve this.