All of lore.kernel.org
 help / color / mirror / Atom feed
* [Bluez-devel] PAN question
@ 2005-09-07  9:57 Esther Lopez
  2005-09-07 10:19 ` Marcel Holtmann
  0 siblings, 1 reply; 7+ messages in thread
From: Esther Lopez @ 2005-09-07  9:57 UTC (permalink / raw)
  To: bluez-devel

[-- Attachment #1: Type: text/plain, Size: 443 bytes --]

Hello you all

 

I have a question related the PAN profile and the implementation with BlueZ.

 

To establish a PAN, I just run "pand --listen" or the corresponding "pand
--connect" on different devices. Once I have 7 slaves connected, can I take
one of them into a low-power non active state without having to close the
PAN connection to add one more device to the PAN?

 

Thanks in advance, I hope you can answer me :-)

 

Best regards


[-- Attachment #2: Type: text/html, Size: 3160 bytes --]

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: [Bluez-devel] PAN question
  2005-09-07  9:57 [Bluez-devel] PAN question Esther Lopez
@ 2005-09-07 10:19 ` Marcel Holtmann
  2005-09-07 10:58   ` Esther Lopez
  0 siblings, 1 reply; 7+ messages in thread
From: Marcel Holtmann @ 2005-09-07 10:19 UTC (permalink / raw)
  To: bluez-devel

Hi Esther,

> I have a question related the PAN profile and the implementation with
> BlueZ.
>=20
> To establish a PAN, I just run =E2=80=9Cpand --listen" or the correspon=
ding
> =E2=80=9Cpand --connect" on different devices. Once I have 7 slaves con=
nected,
> can I take one of them into a low-power non active state without
> having to close the PAN connection to add one more device to the PAN?

if you use a Bluetooth chip that supports more than seven slave
connections then you can do this. However I don't know of any chip that
is really capable of doing this.

Regards

Marcel




-------------------------------------------------------
SF.Net email is Sponsored by the Better Software Conference & EXPO
September 19-22, 2005 * San Francisco, CA * Development Lifecycle Practices
Agile & Plan-Driven Development * Managing Projects & Teams * Testing & QA
Security * Process Improvement & Measurement * http://www.sqe.com/bsce5sf
_______________________________________________
Bluez-devel mailing list
Bluez-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bluez-devel

^ permalink raw reply	[flat|nested] 7+ messages in thread

* RE: [Bluez-devel] PAN question
  2005-09-07 10:19 ` Marcel Holtmann
@ 2005-09-07 10:58   ` Esther Lopez
  2005-09-07 11:02     ` Marcel Holtmann
  0 siblings, 1 reply; 7+ messages in thread
From: Esther Lopez @ 2005-09-07 10:58 UTC (permalink / raw)
  To: bluez-devel

Hi Marcell

Thanks for your answer. So I can't have PAN communication between a =
master
and 9 slaves, even if two of them are in low-power mode. But can I have
L2CAP connections (L2CAP socket open) between the master and 9 slaves =
and
let it opened although they are low-powered, or have I got to open it =
each
time the device is wake up?

Thanks again

-----Mensaje original-----
De: bluez-devel-admin@lists.sourceforge.net
[mailto:bluez-devel-admin@lists.sourceforge.net] En nombre de Marcel
Holtmann
Enviado el: mi=E9rcoles, 07 de septiembre de 2005 12:19
Para: bluez-devel@lists.sourceforge.net
Asunto: Re: [Bluez-devel] PAN question

Hi Esther,

> I have a question related the PAN profile and the implementation with
> BlueZ.
>=20
> To establish a PAN, I just run =93pand --listen" or the corresponding
> =93pand --connect" on different devices. Once I have 7 slaves =
connected,
> can I take one of them into a low-power non active state without
> having to close the PAN connection to add one more device to the PAN?

if you use a Bluetooth chip that supports more than seven slave
connections then you can do this. However I don't know of any chip that
is really capable of doing this.

Regards

Marcel




-------------------------------------------------------
SF.Net email is Sponsored by the Better Software Conference & EXPO
September 19-22, 2005 * San Francisco, CA * Development Lifecycle =
Practices
Agile & Plan-Driven Development * Managing Projects & Teams * Testing & =
QA
Security * Process Improvement & Measurement * =
http://www.sqe.com/bsce5sf
_______________________________________________
Bluez-devel mailing list
Bluez-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bluez-devel



-------------------------------------------------------
SF.Net email is Sponsored by the Better Software Conference & EXPO
September 19-22, 2005 * San Francisco, CA * Development Lifecycle Practices
Agile & Plan-Driven Development * Managing Projects & Teams * Testing & QA
Security * Process Improvement & Measurement * http://www.sqe.com/bsce5sf
_______________________________________________
Bluez-devel mailing list
Bluez-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bluez-devel

^ permalink raw reply	[flat|nested] 7+ messages in thread

* RE: [Bluez-devel] PAN question
  2005-09-07 10:58   ` Esther Lopez
@ 2005-09-07 11:02     ` Marcel Holtmann
  2005-09-07 11:13       ` Esther Lopez
  0 siblings, 1 reply; 7+ messages in thread
From: Marcel Holtmann @ 2005-09-07 11:02 UTC (permalink / raw)
  To: bluez-devel

Hi Esther,

> Thanks for your answer. So I can't have PAN communication between a master
> and 9 slaves, even if two of them are in low-power mode. But can I have
> L2CAP connections (L2CAP socket open) between the master and 9 slaves and
> let it opened although they are low-powered, or have I got to open it each
> time the device is wake up?

this is a chip limitation. On most chips the maximum number of supported
ACL links is seven. On these seven ACL links you can have as much L2CAP
connections as you like.

Regards

Marcel




-------------------------------------------------------
SF.Net email is Sponsored by the Better Software Conference & EXPO
September 19-22, 2005 * San Francisco, CA * Development Lifecycle Practices
Agile & Plan-Driven Development * Managing Projects & Teams * Testing & QA
Security * Process Improvement & Measurement * http://www.sqe.com/bsce5sf
_______________________________________________
Bluez-devel mailing list
Bluez-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bluez-devel

^ permalink raw reply	[flat|nested] 7+ messages in thread

* RE: [Bluez-devel] PAN question
  2005-09-07 11:02     ` Marcel Holtmann
@ 2005-09-07 11:13       ` Esther Lopez
  2005-09-07 12:13         ` Marcel Holtmann
  0 siblings, 1 reply; 7+ messages in thread
From: Esther Lopez @ 2005-09-07 11:13 UTC (permalink / raw)
  To: bluez-devel

Ok, thanks for your help...

One more question. I can have one Bluetooth device on two different =
piconet,
acting as a master in one of them, and as a slave in the other, and
therefore forming a scatternet. But can this Bluetooth device form one =
PAN
on each piconet, and be GN on one of them and PANU on the other?

Regards, and sorry for too much questions

-----Mensaje original-----
De: bluez-devel-admin@lists.sourceforge.net
[mailto:bluez-devel-admin@lists.sourceforge.net] En nombre de Marcel
Holtmann
Enviado el: mi=E9rcoles, 07 de septiembre de 2005 13:03
Para: bluez-devel@lists.sourceforge.net
Asunto: RE: [Bluez-devel] PAN question

Hi Esther,

> Thanks for your answer. So I can't have PAN communication between a =
master
> and 9 slaves, even if two of them are in low-power mode. But can I =
have
> L2CAP connections (L2CAP socket open) between the master and 9 slaves =
and
> let it opened although they are low-powered, or have I got to open it =
each
> time the device is wake up?

this is a chip limitation. On most chips the maximum number of supported
ACL links is seven. On these seven ACL links you can have as much L2CAP
connections as you like.

Regards

Marcel




-------------------------------------------------------
SF.Net email is Sponsored by the Better Software Conference & EXPO
September 19-22, 2005 * San Francisco, CA * Development Lifecycle =
Practices
Agile & Plan-Driven Development * Managing Projects & Teams * Testing & =
QA
Security * Process Improvement & Measurement * =
http://www.sqe.com/bsce5sf
_______________________________________________
Bluez-devel mailing list
Bluez-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bluez-devel



-------------------------------------------------------
SF.Net email is Sponsored by the Better Software Conference & EXPO
September 19-22, 2005 * San Francisco, CA * Development Lifecycle Practices
Agile & Plan-Driven Development * Managing Projects & Teams * Testing & QA
Security * Process Improvement & Measurement * http://www.sqe.com/bsce5sf
_______________________________________________
Bluez-devel mailing list
Bluez-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bluez-devel

^ permalink raw reply	[flat|nested] 7+ messages in thread

* RE: [Bluez-devel] PAN question
  2005-09-07 11:13       ` Esther Lopez
@ 2005-09-07 12:13         ` Marcel Holtmann
  2005-09-07 13:27           ` Esther Lopez
  0 siblings, 1 reply; 7+ messages in thread
From: Marcel Holtmann @ 2005-09-07 12:13 UTC (permalink / raw)
  To: bluez-devel

Hi Esther,

> One more question. I can have one Bluetooth device on two different piconet,
> acting as a master in one of them, and as a slave in the other, and
> therefore forming a scatternet. But can this Bluetooth device form one PAN
> on each piconet, and be GN on one of them and PANU on the other?

you can and talking about GN and PANU is crap. The specification of PAN
has been written by someone without network knowledge at all. Every BNEP
connection has its own network interface in Linux and after that you can
use Bridging, Routing, NAT etc. to form the needed TCP/IP networks.

Regards

Marcel




-------------------------------------------------------
SF.Net email is Sponsored by the Better Software Conference & EXPO
September 19-22, 2005 * San Francisco, CA * Development Lifecycle Practices
Agile & Plan-Driven Development * Managing Projects & Teams * Testing & QA
Security * Process Improvement & Measurement * http://www.sqe.com/bsce5sf
_______________________________________________
Bluez-devel mailing list
Bluez-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bluez-devel

^ permalink raw reply	[flat|nested] 7+ messages in thread

* RE: [Bluez-devel] PAN question
  2005-09-07 12:13         ` Marcel Holtmann
@ 2005-09-07 13:27           ` Esther Lopez
  0 siblings, 0 replies; 7+ messages in thread
From: Esther Lopez @ 2005-09-07 13:27 UTC (permalink / raw)
  To: bluez-devel

Really thanks for your help!!

Kind regards

-----Mensaje original-----
De: bluez-devel-admin@lists.sourceforge.net
[mailto:bluez-devel-admin@lists.sourceforge.net] En nombre de Marcel
Holtmann
Enviado el: mi=E9rcoles, 07 de septiembre de 2005 14:13
Para: bluez-devel@lists.sourceforge.net
Asunto: RE: [Bluez-devel] PAN question

Hi Esther,

> One more question. I can have one Bluetooth device on two different
piconet,
> acting as a master in one of them, and as a slave in the other, and
> therefore forming a scatternet. But can this Bluetooth device form one =
PAN
> on each piconet, and be GN on one of them and PANU on the other?

you can and talking about GN and PANU is crap. The specification of PAN
has been written by someone without network knowledge at all. Every BNEP
connection has its own network interface in Linux and after that you can
use Bridging, Routing, NAT etc. to form the needed TCP/IP networks.

Regards

Marcel




-------------------------------------------------------
SF.Net email is Sponsored by the Better Software Conference & EXPO
September 19-22, 2005 * San Francisco, CA * Development Lifecycle =
Practices
Agile & Plan-Driven Development * Managing Projects & Teams * Testing & =
QA
Security * Process Improvement & Measurement * =
http://www.sqe.com/bsce5sf
_______________________________________________
Bluez-devel mailing list
Bluez-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bluez-devel



-------------------------------------------------------
SF.Net email is Sponsored by the Better Software Conference & EXPO
September 19-22, 2005 * San Francisco, CA * Development Lifecycle Practices
Agile & Plan-Driven Development * Managing Projects & Teams * Testing & QA
Security * Process Improvement & Measurement * http://www.sqe.com/bsce5sf
_______________________________________________
Bluez-devel mailing list
Bluez-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bluez-devel

^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2005-09-07 13:27 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-09-07  9:57 [Bluez-devel] PAN question Esther Lopez
2005-09-07 10:19 ` Marcel Holtmann
2005-09-07 10:58   ` Esther Lopez
2005-09-07 11:02     ` Marcel Holtmann
2005-09-07 11:13       ` Esther Lopez
2005-09-07 12:13         ` Marcel Holtmann
2005-09-07 13:27           ` Esther Lopez

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.