From owner-freebsd-bluetooth@FreeBSD.ORG Sat Apr 28 08:36:06 2007 Return-Path: X-Original-To: freebsd-bluetooth@freebsd.org Delivered-To: freebsd-bluetooth@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id ED47E16A402 for ; Sat, 28 Apr 2007 08:36:06 +0000 (UTC) (envelope-from plunky@rya-online.net) Received: from smarthost01.eng.net (smarthost01.eng.net [213.130.146.173]) by mx1.freebsd.org (Postfix) with ESMTP id BB14B13C458 for ; Sat, 28 Apr 2007 08:36:06 +0000 (UTC) (envelope-from plunky@rya-online.net) Received: from netmail01.eng.net ([213.130.128.38] helo=rya-online.net) by smarthost01.eng.net with smtp (Exim 4.62) (envelope-from ) id 1HhiPR-0005Z1-35; Sat, 28 Apr 2007 09:36:05 +0100 Received: (nullmailer pid 7875 invoked by uid 1000); Sat, 28 Apr 2007 08:07:33 -0000 Date: Sat, 28 Apr 2007 09:07:33 +0100 (BST) To: Maksim Yevmenkin In-Reply-To: References: <462C5A20.3030300@shadow-security.net> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Message-Id: <1177747653.710071.9561.nullmailer@galant.ukfsn.org> From: Iain Hibbert Cc: freebsd-bluetooth@freebsd.org Subject: Bluetooth PAN 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: Sat, 28 Apr 2007 08:36:07 -0000 On Mon, 23 Apr 2007, Maksim Yevmenkin wrote: > p.s. bluetooth pan is not supported under freebsd FWIW there is no reason it should not work, if somebody would write a userland PAN program that works as a bridge between an L2CAP socket and a tap(4) device (or tun(4), I'm not sure of the difference). The BNEP protocol looks very simple (just encapsulate ethernet frames in L2CAP packets) - alas I currently have no hardware that supports PAN profiles otherwise I would write a daemon, maybe I will look into that over the summer.. iain