From owner-freebsd-bluetooth@freebsd.org Mon Jul 10 08:27:40 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 BF59ADA0C9B for ; Mon, 10 Jul 2017 08:27:40 +0000 (UTC) (envelope-from tj@enoti.me) Received: from out3-smtp.messagingengine.com (out3-smtp.messagingengine.com [66.111.4.27]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 93773806FC for ; Mon, 10 Jul 2017 08:27:39 +0000 (UTC) (envelope-from tj@enoti.me) Received: from compute3.internal (compute3.nyi.internal [10.202.2.43]) by mailout.nyi.internal (Postfix) with ESMTP id 4AF61208CB; Mon, 10 Jul 2017 04:27:38 -0400 (EDT) Received: from frontend1 ([10.202.2.160]) by compute3.internal (MEProxy); Mon, 10 Jul 2017 04:27:38 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d= messagingengine.com; h=cc:content-type:date:from:in-reply-to :message-id:mime-version:references:subject:to:x-me-sender :x-me-sender:x-sasl-enc:x-sasl-enc; s=fm1; bh=BB/Lo141aKC29YSQ2o IsoDKGQlQE/k8gWt0r7abGijo=; b=Cxre8gCJMTSRB+TOst0RbC5XvkDj/RJmBL SuUAxeIn6e8BCJYzICPZlA7QBzyZPqcMzOkK62IPQq3zxr1zYn1w2FjI1VW/R46/ PGTujounwiHOPOdpH2jEATj7Ou4dHvfzNXTAwFYbVPXSjXhA9564KYVrWpCMM1Zt 7NEDYesfA+2UKYnhrCoKJAnu4ZN7gpgBj95I9KdFNBtSPyHoREknImNZ88AixvRd E9SmSkKw69ktAjR0fhL8/BGtf7kpwB3+2OPwUGAe6qojlacXRmzmR5/FGnSyfgeh IzQGirk5oZXQzi4hIfF7lK6cPBpfKEOw6OIT/LeKDMg0CB4cHzFQ== X-ME-Sender: X-Sasl-enc: i6q98AV8KRnZI78Kqi0VGJe7P3uDzW0uH8dhtWVzZvSu 1499675257 Received: from tom-desk.erg.abdn.ac.uk (tom-desk.erg.abdn.ac.uk [139.133.204.4]) by mail.messagingengine.com (Postfix) with ESMTPA id 9EA777E51B; Mon, 10 Jul 2017 04:27:37 -0400 (EDT) Date: Mon, 10 Jul 2017 09:27:33 +0100 From: tj To: "Mikhail T." Cc: Maksim Yevmenkin , "freebsd-bluetooth@freebsd.org" Subject: Re: Ubertooth (Re: How to listen quietly for other Bluetooth devices?) Message-ID: <20170710082733.GA96183@tom-desk.erg.abdn.ac.uk> References: <085c77b2-9f40-5a1f-0b49-86a24e561fce@aldan.algebra.com> <9DDD63D7-52A2-4995-98E4-D60CEE5EE106@gmail.com> <6e1f597c-7f85-1a37-a228-49da2d2f77dd@aldan.algebra.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <6e1f597c-7f85-1a37-a228-49da2d2f77dd@aldan.algebra.com> User-Agent: Mutt/1.8.3 (2017-05-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: Mon, 10 Jul 2017 08:27:40 -0000 On Sun, Jul 09, 2017 at 02:33:45PM -0400, Mikhail T. wrote: > On 09.07.2017 12:54, maksim yevmenkin wrote: > > Of course HCI has provision for so called "vendor" commands. Those are > > specific to each vendor and generally not documented. It is possible > > that some vendor may have implemented commands that allow low level > > access to baseband, however, I never saw anything like that. > > On the note of different vendors, has anyone tried to port the > "Ubertooth" software parts to FreeBSD? > > https://github.com/greatscottgadgets/ubertooth > > The code has a few instances of "ifdef FreeBSD", but does not build "out > of the box"... > I have spoken to Dominic Spill (author/maintainer of the software) about this in the past. We decided it was a non-trivial task to implement support for FreeBSD. - [tj]