* [Bluez-users] Some documentation
@ 2005-02-08 13:43 Filipa Duarte
2005-02-08 16:43 ` Marcel Holtmann
0 siblings, 1 reply; 7+ messages in thread
From: Filipa Duarte @ 2005-02-08 13:43 UTC (permalink / raw)
To: BlueZ Users
Dear all,
I do not want to push the discussion about BlueZ
documentation further, however I found a document that
could help some of you:
http://affix.sourceforge.net/affix-tech-doc/1.0/index.html
Although this document is written for Affix (another
Bluetooth protocol stack for Linux - I know that this
could be considered unpolite...) I believe that the
"General Architecture" chapter should be similar to
the BlueZ Architecture (Marcel, could you please
confirm this?).
This document help me understanding what parts of the
stack are on the Kernel Space and on the User Space
and how they interact. And... I did not have to
"follow the code" yet ;))!
Good luck.
Regards,
Filipa Duarte
__________________________________
Do you Yahoo!?
Yahoo! Mail - 250MB free storage. Do more. Manage less.
http://info.mail.yahoo.com/mail_250
-------------------------------------------------------
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click
_______________________________________________
Bluez-users mailing list
Bluez-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bluez-users
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: [Bluez-users] Some documentation
2005-02-08 13:43 [Bluez-users] Some documentation Filipa Duarte
@ 2005-02-08 16:43 ` Marcel Holtmann
2005-02-10 14:41 ` [Bluez-users] IP address Jers
2005-02-28 18:02 ` [Bluez-users] Some documentation benbouzid imad
0 siblings, 2 replies; 7+ messages in thread
From: Marcel Holtmann @ 2005-02-08 16:43 UTC (permalink / raw)
To: BlueZ Mailing List
Hi Filipa,
> I do not want to push the discussion about BlueZ
> documentation further, however I found a document that
> could help some of you:
>
> http://affix.sourceforge.net/affix-tech-doc/1.0/index.html
>
> Although this document is written for Affix (another
> Bluetooth protocol stack for Linux - I know that this
> could be considered unpolite...) I believe that the
> "General Architecture" chapter should be similar to
> the BlueZ Architecture (Marcel, could you please
> confirm this?).
the core architecture is different, because BlueZ hardware is not a
network device. The IrDA stack made this mistake and so did Affix. The
BlueZ uses its own hardware interface. Our driver interface is a lot
much cleaner.
> This document help me understanding what parts of the
> stack are on the Kernel Space and on the User Space
> and how they interact. And... I did not have to
> "follow the code" yet ;))!
I wrote some articles for German magazines and there are also some
papers on the web. And a lot of my presentation slides are available.
Regards
Marcel
-------------------------------------------------------
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click
_______________________________________________
Bluez-users mailing list
Bluez-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bluez-users
^ permalink raw reply [flat|nested] 7+ messages in thread
* [Bluez-users] IP address
2005-02-08 16:43 ` Marcel Holtmann
@ 2005-02-10 14:41 ` Jers
2005-02-10 14:51 ` Marcel Holtmann
2005-02-10 18:16 ` Pavel Ruzicka
2005-02-28 18:02 ` [Bluez-users] Some documentation benbouzid imad
1 sibling, 2 replies; 7+ messages in thread
From: Jers @ 2005-02-10 14:41 UTC (permalink / raw)
To: bluez-users
Hi all,
I intend to create a wireless network of laptops using bt-dongles.
I know that, first "pand -c <btaddr>" creates a connection and a bnep
interface, then an ip-address can be set to the bnep (ifconfig bnepX
<ipaddr>)
Is it possible to assign the ip-address to each laptop/dongle before
creating connections?
Suppose that the ip-addressess of devices in a coverage area are set and
known. I'd like that involved laptops can require connection among
themselves using the ipaddress instead of btaddr.
Does BlueZ meet my requirements?
Thanks a lot.
Jers
-------------------------------------------------------
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click
_______________________________________________
Bluez-users mailing list
Bluez-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bluez-users
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: [Bluez-users] IP address
2005-02-10 14:41 ` [Bluez-users] IP address Jers
@ 2005-02-10 14:51 ` Marcel Holtmann
2005-02-10 18:16 ` Pavel Ruzicka
1 sibling, 0 replies; 7+ messages in thread
From: Marcel Holtmann @ 2005-02-10 14:51 UTC (permalink / raw)
To: BlueZ Mailing List
Hi Jers,
> I intend to create a wireless network of laptops using bt-dongles.
> I know that, first "pand -c <btaddr>" creates a connection and a bnep
> interface, then an ip-address can be set to the bnep (ifconfig bnepX
> <ipaddr>)
> Is it possible to assign the ip-address to each laptop/dongle before
> creating connections?
can you set the IP address for a network card that is not present in
your machine?
> Suppose that the ip-addressess of devices in a coverage area are set and
> known. I'd like that involved laptops can require connection among
> themselves using the ipaddress instead of btaddr.
> Does BlueZ meet my requirements?
It is not not working this way.
Regards
Marcel
-------------------------------------------------------
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click
_______________________________________________
Bluez-users mailing list
Bluez-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bluez-users
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: [Bluez-users] IP address
2005-02-10 14:41 ` [Bluez-users] IP address Jers
2005-02-10 14:51 ` Marcel Holtmann
@ 2005-02-10 18:16 ` Pavel Ruzicka
1 sibling, 0 replies; 7+ messages in thread
From: Pavel Ruzicka @ 2005-02-10 18:16 UTC (permalink / raw)
To: bluez-users
Hi,
> Is it possible to assign the ip-address to each laptop/dongle before
> creating connections?
I depends on distribution.
In Mandrake, Redhat and maybe others you can preconfigure parameters for first
bnep interface in file:
/etc/sysconfig/network-scripts/ifcfg-bnep0
File looks like this:
-----
DEVICE=bnep0
BOOTPROTO=static
IPADDR=192.168.100.1
NETMASK=255.255.255.252
ONBOOT=no
-----
bnep1 can look like this:
-----
DEVICE=bnep1
BOOTPROTO=static
IPADDR=192.168.100.5
NETMASK=255.255.255.252
ONBOOT=no
-----
This is example for configuring many Point-to-Point BNEP connections.
IP 1 with 2, 5 with 6 etc...
You must have enabled routing in kernel.
For automatic enabling/disabling you must have functional hotplug.
If you want LAN with one big address space like 192.168.1.0
with mask 255.255.255.0, you must run bridge on your machine.
Some documentation is here:
http://bluez.sourceforge.net/contrib/HOWTO-PAN
Best regards,
Pavel Ruzicka
-------------------------------------------------------
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click
_______________________________________________
Bluez-users mailing list
Bluez-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bluez-users
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: [Bluez-users] Some documentation
2005-02-08 16:43 ` Marcel Holtmann
2005-02-10 14:41 ` [Bluez-users] IP address Jers
@ 2005-02-28 18:02 ` benbouzid imad
2005-02-28 18:15 ` Marcel Holtmann
1 sibling, 1 reply; 7+ messages in thread
From: benbouzid imad @ 2005-02-28 18:02 UTC (permalink / raw)
To: bluez-users
Hi Marcel,
> the core architecture is different, because BlueZ
> hardware is not a network device.
Wath do you mean?
>The IrDA stack made this mistake and
> so did Affix. The
> BlueZ uses its own hardware interface.
wich one ? hci_usb.c? affix also have one: btusb.c
>Our driver interface is a lot much cleaner.
Can you give more details?
tank you for your clarifications.
regards,
imad
Découvrez le nouveau Yahoo! Mail : 250 Mo d'espace de stockage pour vos mails !
Créez votre Yahoo! Mail sur http://fr.mail.yahoo.com/
-------------------------------------------------------
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click
_______________________________________________
Bluez-users mailing list
Bluez-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bluez-users
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: [Bluez-users] Some documentation
2005-02-28 18:02 ` [Bluez-users] Some documentation benbouzid imad
@ 2005-02-28 18:15 ` Marcel Holtmann
0 siblings, 0 replies; 7+ messages in thread
From: Marcel Holtmann @ 2005-02-28 18:15 UTC (permalink / raw)
To: BlueZ Mailing List
Hi Imad,
> > the core architecture is different, because BlueZ
> > hardware is not a network device.
>
> Wath do you mean?
>
> >The IrDA stack made this mistake and
> > so did Affix. The
> > BlueZ uses its own hardware interface.
>
> wich one ? hci_usb.c? affix also have one: btusb.c
>
> >Our driver interface is a lot much cleaner.
>
> Can you give more details?
check the mailing list archive for a detailed analysis from Max.
Regards
Marcel
-------------------------------------------------------
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click
_______________________________________________
Bluez-users mailing list
Bluez-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bluez-users
^ permalink raw reply [flat|nested] 7+ messages in thread
end of thread, other threads:[~2005-02-28 18:15 UTC | newest]
Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-02-08 13:43 [Bluez-users] Some documentation Filipa Duarte
2005-02-08 16:43 ` Marcel Holtmann
2005-02-10 14:41 ` [Bluez-users] IP address Jers
2005-02-10 14:51 ` Marcel Holtmann
2005-02-10 18:16 ` Pavel Ruzicka
2005-02-28 18:02 ` [Bluez-users] Some documentation benbouzid imad
2005-02-28 18:15 ` Marcel Holtmann
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox