How do I find devices connected to the local network in Swift? -


i want find mac , ip addresses of devices connected local network in swift. looked afnetworking/alamofire, not seem have functionality want. so, api or library can use?

afnetworking , alamofire "only" handle requests. understood want scan local network devices.

a quick google search brought me this: https://stackoverflow.com/a/21992359/2753395


Comments

Popular posts from this blog

python - Installing PyDev in eclipse is failed -

PHP OOP-based login system -

c# - Nested Internal Class with Readonly Hashtable throws Null ref exception.. on assignment -