Maybe use Bonjour to detect iPhone presence ?

Smartphone presence detection.
loafbread
Posts: 137
Joined: Mon May 25, 2009 6:50 am

Maybe use Bonjour to detect iPhone presence ?

Post by loafbread »

Smartphone Radar works great for me but I was wondering if using Bonjour might be another way to detect iPhones. I am not a programmer but I found pybonjour (http://code.google.com/p/pybonjour/). It is a python library that listens for Bonjour service announcements. I ran their example and observed the iPhone announces a service type of _apple-mobdev2._tcp. My iPhone broadcasts this at least every 10 minutes or so, sometimes much more often. Just a thought if someone that knows how to program was looking for a direct signal from the iPhone instead of proxy methods via log files.

example output:
fullname = e0:c9:ba:7c:71:c9@fe80::d2b9:baff:fe9c:73c9._apple-mobdev2._tcp.local.
hosttarget = iPhone5.local.
port = 62078
User avatar
kw123
Posts: 8705
Joined: Sun May 12, 2013 4:44 pm
Location: Dallas, TX
Contact:

Re: Maybe use Bonjour to detect iPhone presence ?

Post by kw123 »

that is the same time interval as with connecting wifi (as bonjour starts wifi). I believe smartphone radar is using fing to track that now. see discussion in other thread

Karl
Post Reply

Return to “Smartphone Radar”