开发者

Scan local network to detect windows/mac/linux computers with iPhone

开发者 https://www.devze.com 2023-01-17 09:49 出处:网络
I\'m trying to figure how to perform some networking tasks using Objective C on 开发者_JS百科the iPhone. I\'d like to enumerate all network devices on my local, home network. Also, I\'d like to be abl

I'm trying to figure how to perform some networking tasks using Objective C on 开发者_JS百科the iPhone. I'd like to enumerate all network devices on my local, home network. Also, I'd like to be able to ping individual devices.

Does anyone know how and what tools/libraries I can use to achieve this and other networking tasks? I've checked the iPhone library and found solutions for devices that use Bonjour. I'd like to be able discover and ping devices that don't use Bonjour.


You might be able to get somewhere with Windows networking (SMB), but most services use Zeroconf (what Apple calls Bonjour).

0

精彩评论

暂无评论...
验证码 换一张
取 消