From owner-freebsd-bluetooth@FreeBSD.ORG Sun Sep 9 16:09:21 2012 Return-Path: Delivered-To: bluetooth@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 9F296106566C for ; Sun, 9 Sep 2012 16:09:21 +0000 (UTC) (envelope-from mi+thun@aldan.algebra.com) Received: from smtp02.lnh.mail.rcn.net (smtp02.lnh.mail.rcn.net [207.172.157.102]) by mx1.freebsd.org (Postfix) with ESMTP id DE3BF8FC12 for ; Sun, 9 Sep 2012 16:09:18 +0000 (UTC) Received: from mr16.lnh.mail.rcn.net ([207.172.157.36]) by smtp02.lnh.mail.rcn.net with ESMTP; 09 Sep 2012 12:09:12 -0400 Received: from smtp01.lnh.mail.rcn.net (smtp01.lnh.mail.rcn.net [207.172.4.11]) by mr16.lnh.mail.rcn.net (MOS 4.3.4-GA) with ESMTP id BYO64975; Sun, 9 Sep 2012 12:09:12 -0400 X-Auth-ID: anat Received: from pool-173-63-112-200.nwrknj.fios.verizon.net (HELO [192.168.1.8]) ([173.63.112.200]) by smtp01.lnh.mail.rcn.net with ESMTP; 09 Sep 2012 12:09:12 -0400 Message-ID: <504CBF27.5030500@aldan.algebra.com> Date: Sun, 09 Sep 2012 12:09:11 -0400 From: "Mikhail T." User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:14.0) Gecko/20120820 Thunderbird/14.0 MIME-Version: 1.0 To: bluetooth@FreeBSD.org Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: Subject: Monitoring Bluetooth devices X-BeenThere: freebsd-bluetooth@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Using Bluetooth in FreeBSD environments List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 09 Sep 2012 16:09:21 -0000 Hello! I'd like to keep a log of Bluetooth-devices appearing within "earshot" of my computer at home. I don't need to "pair" with them or do anything else actively -- just log the facts like these: 2012-09-11 11:47:50 00:11:22:33:44:55 appeared 2012-09-11 11:47:53 00:11:22:33:44:55 disappeared Where would I start? Thanks! Yours, -mi