From owner-freebsd-net@FreeBSD.ORG Mon Sep 8 12:45:08 2003 Return-Path: Delivered-To: freebsd-net@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A3A2916A4C0 for ; Mon, 8 Sep 2003 12:45:08 -0700 (PDT) Received: from web40305.mail.yahoo.com (web40305.mail.yahoo.com [66.218.78.84]) by mx1.FreeBSD.org (Postfix) with SMTP id AC13F43FE9 for ; Mon, 8 Sep 2003 12:45:03 -0700 (PDT) (envelope-from m_evmenkin@yahoo.com) Message-ID: <20030908194503.4683.qmail@web40305.mail.yahoo.com> Received: from [165.193.27.35] by web40305.mail.yahoo.com via HTTP; Mon, 08 Sep 2003 12:45:03 PDT Date: Mon, 8 Sep 2003 12:45:03 -0700 (PDT) From: Maksim Yevmenkin To: current@freebsd.org, net@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Subject: Bluetooth stack for FreeBSD (Netgraph) X-BeenThere: freebsd-net@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Networking and TCP/IP with FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 08 Sep 2003 19:45:08 -0000 Dear Hackers, After a very long delay (sorry!) I'm pleased to announce that I'm still around and new a snapshot can be downloaded from http://www.geocities.com/m_evmenkin/ngbt-fbsd-20030908.tar.gz Here is quick summary: o ng_hci(4) and ng_l2cap(4) kernel modules were changed to fix issue with Netgraph timeouts. Under some conditions it was possible to access data structure that was already free()d. o ng_ubt(4) module was changed to fix compilation issue on -current. o Implemented new libsdp. Linux BlueZ developers did not agree to re-release their code under BSD style licence, so I had to write libsdp. o Added new sdpcontrol(8) utility. This is an analog of sdptool utility from Linux BlueZ SDP package. o rfcomm_sppd(1), rfcomm_pppd(8) and obexapp(1) were changed and now can obtain RFCOMM channel via SDP from the server. The user still has an option to specify RFCOMM channel by hand. o hccontorol(8) utility now has four new commands: Read/Write_Page_Scan_Mode and Read/Write_Page_Scan_Period_Mode. o hcsecd(8) daemon now saves link keys on the disk. It is now not required to pair devices every time. o Few man pages were updated to document the changes. o All ports were updated to recent versions. o All Makefile's were updated. IMPORTANT: if you are building snapshot then you have to use # make -DSNAPSHOT depend # make -DSNAPSHOT # make -DSNAPSHOT install commands. Also you MUST build and install src/lib/libbluetooth and src/lib/libsdp first. Here is the list of things I'm planing to do next: o Prepare patches for FreeBSD source tree o Write SDP server. For now continue use Linux BlueZ SDP server. o Add support for SCO (voice/video) links o Better rc scripts o Think about non-Netgraph portable version Please give it a try and let me know if it workds for you. thanks, max __________________________________ Do you Yahoo!? Yahoo! SiteBuilder - Free, easy-to-use web site design software http://sitebuilder.yahoo.com