From owner-freebsd-bluetooth@freebsd.org Sun Jul 9 22:54:50 2017 Return-Path: Delivered-To: freebsd-bluetooth@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id CBC89D97C7F for ; Sun, 9 Jul 2017 22:54:50 +0000 (UTC) (envelope-from maksim.yevmenkin@gmail.com) Received: from mail-pg0-x232.google.com (mail-pg0-x232.google.com [IPv6:2607:f8b0:400e:c05::232]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 935BE73559 for ; Sun, 9 Jul 2017 22:54:50 +0000 (UTC) (envelope-from maksim.yevmenkin@gmail.com) Received: by mail-pg0-x232.google.com with SMTP id u62so39973355pgb.3 for ; Sun, 09 Jul 2017 15:54:50 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=mime-version:subject:from:in-reply-to:date:cc :content-transfer-encoding:message-id:references:to; bh=o8sC0yGxtRGW/SqNR2RXnppmplnUwK1FsqzsSX8WeEc=; b=NnFjO4hYLSFivgBi7IwudQlSdJaX206Jd8hWiUc7uVqfyK8sd2MIxmyTrBWxM9Qe3e UFyvEgdyCfa4nind7xHKy4e8ExIgBOBnERljKJG+pnsSXWOkljohu6Jz2y1GVzqD1aL8 NQisVs7Ii2Rg2AvQk72kJaUiCdTMFHV6nqs2VdrneIqOQ0tT2RvnsQW5TN9gZ3TwABaC wnfipwEoBX6LuwBxI7acCLl+taZJG3XdEX6e/B6QT79gzZTSqpXrkHOrbrQUEk4brgIM ByIsxcIL6s+8JaM+P4amJ89OAiKpuGPiv8rrBA39JmLEq60JJfK7LA3IfzDJsN4ZDBJd cY6Q== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:subject:from:in-reply-to:date:cc :content-transfer-encoding:message-id:references:to; bh=o8sC0yGxtRGW/SqNR2RXnppmplnUwK1FsqzsSX8WeEc=; b=IeRVoCpfynqekLSIBiFcJAXElSYYfftcTeaE8bmfBoulcEZhL96F/FEoLWffYZhj2L VApt2cLFoIRwZRVPkcqOwF4CvPGsOaFFeo0v+Bg7wpp+p4wtZr40aMRyp1UhyFxdP/jt uGwBPxCrCcXPAICgNueGS9h2Q/QCEV96m+DSJ3cIJZSw08cFfPLuHq5rj0hcM2lNH5eS c4m9I4jS8iyH37ZmUEvy9Io2mHY37KRifxkjqR4vjxCnF90ak4hIe+3AE+lBtfAhuoOa mfJcwUvynM6GhW7CIzuc3lvRFwlXIHZxPy1L62XC9ifQsiYUYxpFqXfaU1XUDInJQ2H7 pYtQ== X-Gm-Message-State: AIVw110AT7VSnFh6DoQr/3enuRO5qvS3snCPeG4YBAphNrJVDoh3GMjy dXFzNxZhxkWtlgKybr0= X-Received: by 10.98.31.201 with SMTP id l70mr42562985pfj.128.1499640890100; Sun, 09 Jul 2017 15:54:50 -0700 (PDT) Received: from [192.168.1.105] (cpe-107-185-192-94.socal.res.rr.com. [107.185.192.94]) by smtp.gmail.com with ESMTPSA id o4sm14016756pga.47.2017.07.09.15.54.48 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Sun, 09 Jul 2017 15:54:48 -0700 (PDT) Mime-Version: 1.0 (1.0) Subject: Re: Ubertooth (Re: How to listen quietly for other Bluetooth devices?) From: maksim yevmenkin X-Mailer: iPhone Mail (14F89) In-Reply-To: <6e1f597c-7f85-1a37-a228-49da2d2f77dd@aldan.algebra.com> Date: Sun, 9 Jul 2017 15:54:47 -0700 Cc: "freebsd-bluetooth@freebsd.org" Message-Id: References: <085c77b2-9f40-5a1f-0b49-86a24e561fce@aldan.algebra.com> <9DDD63D7-52A2-4995-98E4-D60CEE5EE106@gmail.com> <6e1f597c-7f85-1a37-a228-49da2d2f77dd@aldan.algebra.com> To: "Mikhail T." Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: quoted-printable X-Content-Filtered-By: Mailman/MimeDel 2.1.23 X-BeenThere: freebsd-bluetooth@freebsd.org X-Mailman-Version: 2.1.23 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 Jul 2017 22:54:50 -0000 >> Of course HCI has provision for so called "vendor" commands. Those are sp= ecific to each vendor and generally not documented. It is possible that some= vendor may have implemented commands that allow low level access to baseban= d, however, I never saw anything like that.=20 > On the note of different vendors, has anyone tried to port the "Ubertooth"= software parts to FreeBSD? >=20 > https://github.com/greatscottgadgets/ubertooth >=20 > The code has a few instances of "ifdef FreeBSD", but does not build "out o= f the box"... >=20 Interesting... I personally have not seen this. Thank you for the pointer. I= t looks like custom hardware running custom firmware. This should be able to= give full access to baseband. Still kinda pricey. Ubertooth one hardware se= lls for $120 at sparkfun. That's 3x price of raspberry pi 2/3 :) for a fract= ion of general usability :) could make an relatively inexpensive Bluetooth s= canner though.=20 Thanks ! Max=