From owner-freebsd-chromium@FreeBSD.ORG Fri Dec 7 02:10:13 2012 Return-Path: Delivered-To: freebsd-chromium@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id ED11193B for ; Fri, 7 Dec 2012 02:10:13 +0000 (UTC) (envelope-from yuri@rawbw.com) Received: from shell0.rawbw.com (shell0.rawbw.com [198.144.192.45]) by mx1.freebsd.org (Postfix) with ESMTP id D25D78FC0C for ; Fri, 7 Dec 2012 02:10:13 +0000 (UTC) Received: from eagle.yuri.org (stunnel@localhost [127.0.0.1]) (authenticated bits=0) by shell0.rawbw.com (8.14.4/8.14.4) with ESMTP id qB72A7CL021850; Thu, 6 Dec 2012 18:10:07 -0800 (PST) (envelope-from yuri@rawbw.com) Message-ID: <50C14FFE.9040909@rawbw.com> Date: Thu, 06 Dec 2012 18:10:06 -0800 From: Yuri User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:17.0) Gecko/17.0 Thunderbird/17.0 MIME-Version: 1.0 To: "J.R. Oldroyd" Subject: Re: WIP: Wi-fi Geolocation Provider References: <20121206004945.7ec2a1f1@shibato> In-Reply-To: <20121206004945.7ec2a1f1@shibato> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: freebsd-chromium@freebsd.org X-BeenThere: freebsd-chromium@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: FreeBSD-specific Chromium issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 07 Dec 2012 02:10:14 -0000 On 12/05/2012 21:49, J.R. Oldroyd wrote: > It seems that Google's Geolocation Service lookups done using an > IPv6 address results in a location that is far, far, far away from > where you really are, and even lookups using IPv4 addresses are often > several km off. Since I am increasingly running into web pages that > want to "help me better" based on my location, it seems a more > accurate lookup is needed. There is also the special blue tooth protocol that can be used in, ex, Android to connect to an external GPS provider. So that the nearby dedicated gps or the smartphone would be able to be the gps provider for the chrome running on the laptop. For example, open source "Bluetooth GPS for Android " app is doing this: https://sourceforge.net/p/bluegps4droid/git/ci/e67872ca05740d9b01a6ef14a3424ccafcb1a17c/tree/ Such blue tooth signal can also be used by chrome for geolocation service. Yuri