Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 22 Feb 2004 12:21:24 -0800 (PST)
From:      Maksim Yevmenkin <m_evmenkin@yahoo.com>
To:        freebsd-bluetooth@freebsd.org, Zhang Weiwu <weiwuzhang@hotmail.com>
Subject:   Re: use bluetooth with LAN profile
Message-ID:  <20040222202124.50747.qmail@web40302.mail.yahoo.com>
In-Reply-To: <40390B03.3000304@cw.com>

next in thread | previous in thread | raw e-mail | index | archive | help
Hello,

> To let several other bluetooth device (notebooks) to access my LAN, that is 
> "LAN access for multiple Bluetooth devices". So I need to have a server, on 
> this server I need to run rfcomm_pppd and sdpd. Each other notebook connect 
> to my server's bluetooth card, and establish a single rfcomm connection, 
> that is to emulate a serial connection between the notebook and the server. 
> Finally I'll have several virtual serial connection to my server, for 
> several bluetooth notebook. And on these serial connections I need to run 
> ppp on client side and pppd on server side. Am I correct?

yes, except that rfcomm_pppd(8) will automatically run ppp(8) on each
rfcomm connection. you do not have to do anything special. all you need
to do is to add configuration entry into /etc/ppp/ppp.conf for bluetooth
clients and tell rfcomm_pppd(8) to use this entry (label). the examples
of such configuration entry can be found in rfcomm_pppd(8) man page.
 
> But I have a problem: is sdpd part of the sdp-1.5 package? I cannot find 
> this package on port tree. The handbook suggest me to get the package from 
> <http://www.geocities.com/m_evmenkin/>; but geocities is not accessable from 
> China. This site has been blocked for several years for political reasons. 
> Can I get the package elsewhere? "sdp bluetooth" is not a good google 
> keyword to find it.

sdpd(8) was reimplemented under BSD license and committed to the main
source tree. i have patches for the rfcomm_pppd(8) that will allow it
to use stock sdpd(8). i'm waiting for permission to commit them. after
that you should not use sdp-1.5. from geocities.

thanks,
max

__________________________________
Do you Yahoo!?
Yahoo! Mail SpamGuard - Read only the mail you want.
http://antispam.yahoo.com/tools



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20040222202124.50747.qmail>