Return-Path: Subject: Re: DUN client for oFono and BlueZ From: Bastien Nocera To: "Gustavo F. Padovan" Cc: ofono@ofono.org, "linux-bluetooth@vger.kernel.org" In-Reply-To: <20100427153043.GA3374@vigoh> References: <20100427012059.GG12813@vigoh> <1272356128.17421.6781.camel@localhost.localdomain> <20100427153043.GA3374@vigoh> Content-Type: text/plain; charset="ISO-8859-1" Date: Tue, 27 Apr 2010 16:40:44 +0100 Message-ID: <1272382844.17421.6792.camel@localhost.localdomain> Mime-Version: 1.0 Sender: linux-bluetooth-owner@vger.kernel.org List-ID: On Tue, 2010-04-27 at 12:30 -0300, Gustavo F. Padovan wrote: > Hi Bastien, > > > * Bastien Nocera [2010-04-27 09:15:28 +0100]: > > > On Mon, 2010-04-26 at 22:20 -0300, Gustavo F. Padovan wrote: > > > Hi all, > > > > > > I'm starting the DUN Client implementation for the Linux Stack. DUN is > > > the Bluetooth dial-up network profile. It makes possible share internet > > > connection between two Bluetooth devices. That is my Google Summer of Code > > > project for this year. > > > > Does this project include anything that will be reusable by non-oFono > > based projects? Native BT PPP line discipline would have been nice. > > > > Yes, oFono will be only the Agent, you can implement a new one if you > want. The ppp implementation in NetworkManager already works for me. > Also oFono already does the PPP line discipline, so we don't need > to duplicate such feature in BlueZ. I thought BT PPP line discipline was a kernel feature.