tech-net archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: Bluetooth PAN daemon



On Sun, 17 Aug 2008, Hubert Feyrer wrote:

> On Sun, 17 Aug 2008, Iain Hibbert wrote:
> > >   I'd love to see this in the base system.
> >
> > I've cleared it with core and imported an updated version just now.
> >
> > >   Would it make sense to ask for an sdp.h & usr.sbin/sdpd
> > >   pullup into netbsd-4 ?
> >
> > I've done that also, will leave the btpand to mature for a bit* before
> > seeing about 4.0.
>
> Maybe add something to the Bluetooth chapter in the Guide
> (http://www.netbsd.org/docs/guide/en/chap-bluetooth.html).

Ok, I have added a "Personal Area Networking" section with an example of a
PANU client. I'll continue to work on a NAP (or GN) section as I work out
how best to do that, but if anybody wants to do that in the meantime,
it is basically:

        ifconfig tap0 create
        ifconfig bridge0 create
        brconfig bridge0 add tap0 add eth0 up
        btpand -d ubt0 -s NAP -i tap0

btpand needs to be run after sdpd in the boot sequence, so I'll have to
make an rc.d script for it rather than use the ifconfig.tap0 file.

iain


Home | Main Index | Thread Index | Old Index