From owner-freebsd-bluetooth@FreeBSD.ORG Thu Nov 1 17:27:37 2007 Return-Path: Delivered-To: freebsd-bluetooth@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 76A1C16A419 for ; Thu, 1 Nov 2007 17:27:37 +0000 (UTC) (envelope-from maksim.yevmenkin@gmail.com) Received: from ug-out-1314.google.com (ug-out-1314.google.com [66.249.92.169]) by mx1.freebsd.org (Postfix) with ESMTP id 01AF213C491 for ; Thu, 1 Nov 2007 17:27:36 +0000 (UTC) (envelope-from maksim.yevmenkin@gmail.com) Received: by ug-out-1314.google.com with SMTP id y2so587522uge for ; Thu, 01 Nov 2007 10:27:08 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; bh=LleMAFjMBC4Mse0+1yVneY89JpCb+1fXYqy1ZXO7xF8=; b=NBXLIJcDsWwscE+QSy/ejxeSg1ydju1SwNGvYliNfWHJSmbig/BvEhS3BEbzPSULt8fXkMcAAKVCoIb6QgOhrtutPvD13dWexBKDs6sYQ7zGv9CpL6KnOjMw2JPyfJH+mrLfhP1b5B00trd2+BgXhiIh22pMEDRbMjGFoxqUCvA= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=dJAHZmeH+q4GRdqzM8pG4vTCk0+GY/tNNoQGtP+HFcmUlfXQB32MJ/4bO6WdNDY9EzQnwy1OsgbrOcpmLrg9+pKoZWPBjw/jMz7FbWoaFqrewNxJlL7MenEo7rN7skxbrr47esErWnVhKatQ6itru+bKtpUhrKmgegrH4bJU6TU= Received: by 10.66.249.16 with SMTP id w16mr1566260ugh.1193934445705; Thu, 01 Nov 2007 09:27:25 -0700 (PDT) Received: by 10.86.83.12 with HTTP; Thu, 1 Nov 2007 09:27:25 -0700 (PDT) Message-ID: Date: Thu, 1 Nov 2007 08:27:25 -0800 From: "Maksim Yevmenkin" To: "Heiko Wundram (Beenic)" In-Reply-To: <200711010113.51152.wundram@beenic.net> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <200710301550.42036.wundram@beenic.net> <1193811512.853463.800.nullmailer@galant.ukfsn.org> <200710310921.54780.wundram@beenic.net> <200711010113.51152.wundram@beenic.net> Cc: freebsd-bluetooth@freebsd.org Subject: Re: Bluetooth PAN support for FreeBSD 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: Thu, 01 Nov 2007 17:27:37 -0000 On 10/31/07, Heiko Wundram (Beenic) wrote: > Am Mittwoch, 31. Oktober 2007 09:21:54 schrieb Heiko Wundram (Beenic): > > Am Mittwoch, 31. Oktober 2007 07:18:32 schrieben Sie: > > > Do you have a source archive? > > > > Currently, I just have the sources locally, but I'm going to set up a > > mercurial archive for it some time this evening, when I (hopefully) > > get/have my new dedicated server. > > The mercurial archive is set up (currently on my employers server, and it'll > move from there): > > http://btpand.beenic.net > > You (should be able to) clone directly from there. > > I wrote a small README, which is also checked in, and the code as it stands > works fine for my phone. If it doesn't work for yours, feel free to mail me, > but I'll be overhauling the current code (which basically came to existance > in the last 24 hours as a rewrite from a previous codebase) over the next > couple of days anyway, because I'm not too happy with quite a lot of design > (non-)decisions I took. > > Feel free to send me any comments anyway, though! ok, i'll take care of teaching sdpd and libsdp about pan profiles. then i will take a closer look at btpand. one thing i noticed right away is that it is not style(9) compatible :) thanks, max