Return-Path: Message-ID: <359782e70801120831o33e6fb4cyab9801906925480d@mail.gmail.com> Date: Sun, 13 Jan 2008 00:31:40 +0800 From: "bsd user" To: "BlueZ users" In-Reply-To: <477CF705.1090006@kameleon-media.com> MIME-Version: 1.0 References: <359782e70801030510p5abedbe4m6d7e129d8a5b0692@mail.gmail.com> <477CF705.1090006@kameleon-media.com> Subject: Re: [Bluez-users] slave - slave talk in a piconet Reply-To: BlueZ users List-Id: BlueZ users List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Content-Type: multipart/mixed; boundary="===============2013899523==" Sender: bluez-users-bounces@lists.sourceforge.net Errors-To: bluez-users-bounces@lists.sourceforge.net --===============2013899523== Content-Type: multipart/alternative; boundary="----=_Part_3904_18433181.1200155500829" ------=_Part_3904_18433181.1200155500829 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline I learned PAN Profile 1.0 from SIG. I am interested in the PANU service. According to the profile, device has PANU service can establish a connectio= n with another device's PANU service DIRECTLY, no need message forwarding by NAP or GN node! but this feature hasn't been mentioned in "HOWTO-PAN"... I want to setup a real p2p ad-hoc network with 4 bluetooth enabled computer= s without message forwarding from 3rd node when message need to be exchanged between any two nodes, see below picture:: +------+ +------+ | PANU1|<--->| PANU2| +------+ +------+ /|\ \ / /|\ | X | \|/ / \ \|/ +------+ +------+ | PANU3|<-->| PANU4| +------+ +------+ in above scenario, PANU1 is master of PANU2, PANUS3 and PANU4 PANU2 is master of PANU4, PANU4 is master of PANU3, PANU3 is master of PANU2, So, PANU3 need to work in 2 piconet. Is this scenario valid? Thanks a lot! On Jan 3, 2008 10:53 PM, Laurent BARBIER wrote: > When you wan't to make B talk to C all need to be forward from and to A. > Something like brctl do the job quite sufficiently. > Have a look there : http://bluez.sourceforge.net/contrib/HOWTO-PAN > section "Ethernet Bridging" > > Laurent > > bsd user a =E9crit : > > So, B or C has no knowledge about each other when they are slaves of > > master A, right? Then, can I say if B want to talk with C, they need > > higher level protocol support, such as telnet, ftp. And, all data > > exchange will be forwarded by Master A. right? > > > > Thanks! > > > > On Jan 3, 2008 9:07 AM, guoyun > > wrote: > > > > Hi, Brad > > > > > hey > > > > > > > If there is a piconet that has 2 slave B,C, the master is A. > > Does B > > > > know the existence of C? can B talk to C directly without > > > A(master)'s intervention? > > > > > > if they did talk to each other directly, one would have to be > > > master and you'd have a scatternet. > > > > one bluetooth could be in two or more piconet, but it just can > > play as slave _not_ master for the bluetooth clock. > > > > Please refer to Core SPEC. chapter 4.1. Piconet topology. > > > > BRs > > Yun > > > > > > > ------------------------------------------------------------------------- > > This SF.net email is sponsored by: Microsoft > > Defy all challenges. Microsoft(R) Visual Studio 2005. > > http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ > > _______________________________________________ > > Bluez-users mailing list > > Bluez-users@lists.sourceforge.net > > > > https://lists.sourceforge.net/lists/listinfo/bluez-users > > > > > > > > -----------------------------------------------------------------------= - > > > > > ------------------------------------------------------------------------- > > This SF.net email is sponsored by: Microsoft > > Defy all challenges. Microsoft(R) Visual Studio 2005. > > http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ > > -----------------------------------------------------------------------= - > > > > _______________________________________________ > > Bluez-users mailing list > > Bluez-users@lists.sourceforge.net > > https://lists.sourceforge.net/lists/listinfo/bluez-users > > > > ------------------------------------------------------------------------- > This SF.net email is sponsored by: Microsoft > Defy all challenges. Microsoft(R) Visual Studio 2005. > http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ > _______________________________________________ > Bluez-users mailing list > Bluez-users@lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/bluez-users > ------=_Part_3904_18433181.1200155500829 Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline I learned PAN Profile 1.0 from SIG. I am interested in the PANU service. Ac= cording to the profile, device has PANU service can establish a connection = with another device's PANU service DIRECTLY, no need message forwarding= by NAP or GN node! but this feature hasn't been mentioned in "HOW= TO-PAN"...

I want to setup a real p2p ad-hoc network with 4 bluetooth enabled = computers without message forwarding from 3rd node when message need to be = exchanged between any two nodes, see below picture::
             +=
------+     +------+

| PANU1|<--->| PANU2|
+------+ += ------+
 /|\ \ / /|\
| = X |
\|/ / \ \|/
+------+ += ------+
| PANU3|<-->| PANU4|
+------+ += ------+

in above scenario,
PANU1 is master of PANU2, PANUS3 = and PANU4
PANU2 is master of PANU4,
PANU4 is master of PANU3= ,
PANU3 is master of PANU2,

So, PANU3 need to work in 2 picone= t. Is this scenario valid?

Thanks a lot!


On Jan 3, 2008 10:53 PM, Laurent BARBIER < lbarbier@kameleon-media.com> wrote:
When you wan't to make B talk to C all nee= d to be forward from and to A.
Something like brctl do the job quite sufficiently.
Have a look ther= e : http://bluez.sourceforge.net/contrib/HOWTO-PAN
section "E= thernet Bridging"

Laurent

bsd user a =E9crit :
> S= o, B or C has no knowledge about each other when they are slaves of
>= master A, right? Then, can I say if B want to talk with C, they need
&g= t; higher level protocol support, such as telnet, ftp. And, all data
> exchange will be forwarded by Master A. right?
>
> Tha= nks!
>
> On Jan 3, 2008 9:07 AM, guoyun <guoyun@techfaith.cn
>     <mailto: Bluez-users@lists.sour= ceforge.net>
> ------------= ------------------------------------------------------------
>
> --------------------= -----------------------------------------------------
> This SF.net e= mail is sponsored by: Microsoft
> Defy all challenges. Microsoft(R) V= isual Studio 2005.
> http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/=
> --------------------------------------------------------------= ----------
>
> _______________________________________________
> Bl= uez-users mailing list
> Bluez-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/bluez-users
>
-------------------------------------------------------------------------<= br>This SF.net email is sponsored by: Microsoft
Defy all challenges. Mic= rosoft(R) Visual Studio 2005.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/<= br>_______________________________________________
Bluez-users mailing l= ist
Bluez-users@lists.= sourceforge.net
https://lists.sourceforge.net/lists/list= info/bluez-users

------=_Part_3904_18433181.1200155500829-- --===============2013899523== Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Disposition: inline ------------------------------------------------------------------------- Check out the new SourceForge.net Marketplace. It's the best place to buy or sell services for just about anything Open Source. http://ad.doubleclick.net/clk;164216239;13503038;w?http://sf.net/marketplace --===============2013899523== Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Disposition: inline _______________________________________________ Bluez-users mailing list Bluez-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/bluez-users --===============2013899523==--