* [Bluez-users] creation of Bnep0
@ 2005-03-02 14:28 BZ Benny
2005-03-02 14:53 ` Marcel Holtmann
0 siblings, 1 reply; 6+ messages in thread
From: BZ Benny @ 2005-03-02 14:28 UTC (permalink / raw)
To: Bluez-users
Hi Marcel,
I see how you create bnep0 with the netdev.c using
linux/netdevice.c
Is it the only way for linking bnep with TCP/IP layers?
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] 6+ messages in thread
* Re: [Bluez-users] creation of Bnep0
2005-03-02 14:28 [Bluez-users] creation of Bnep0 BZ Benny
@ 2005-03-02 14:53 ` Marcel Holtmann
2005-03-02 15:21 ` BZ Benny
0 siblings, 1 reply; 6+ messages in thread
From: Marcel Holtmann @ 2005-03-02 14:53 UTC (permalink / raw)
To: BlueZ Mailing List
Hi Benny,
> I see how you create bnep0 with the netdev.c using
> linux/netdevice.c
>
> Is it the only way for linking bnep with TCP/IP layers?
I do not fully understand this question, but in general it is also
possible to use TUN/TAP and a daemon dealing with BNEP in userspace. It
was discussed a long time ago and you will find the details in the
mailing list archive.
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] 6+ messages in thread
* Re: [Bluez-users] creation of Bnep0
2005-03-02 14:53 ` Marcel Holtmann
@ 2005-03-02 15:21 ` BZ Benny
2005-03-02 16:11 ` Marcel Holtmann
0 siblings, 1 reply; 6+ messages in thread
From: BZ Benny @ 2005-03-02 15:21 UTC (permalink / raw)
To: bluez-users
Tanks Marcel,
It's exactly wath I wanted to know.
I will see that in the archive. But i think that you
choose to create it in the kernel for better
performance.
regards
benny
--- Marcel Holtmann <marcel@holtmann.org> a écrit :
> Hi Benny,
>
> > I see how you create bnep0 with the netdev.c using
> > linux/netdevice.c
> >
> > Is it the only way for linking bnep with TCP/IP
> layers?
>
> I do not fully understand this question, but in
> general it is also
> possible to use TUN/TAP and a daemon dealing with
> BNEP in userspace. It
> was discussed a long time ago and you will find the
> details in the
> mailing list archive.
>
> 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
>
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] 6+ messages in thread
* Re: [Bluez-users] creation of Bnep0
2005-03-02 15:21 ` BZ Benny
@ 2005-03-02 16:11 ` Marcel Holtmann
0 siblings, 0 replies; 6+ messages in thread
From: Marcel Holtmann @ 2005-03-02 16:11 UTC (permalink / raw)
To: BlueZ Mailing List
Hi Benny,
> It's exactly wath I wanted to know.
>
> I will see that in the archive. But i think that you
> choose to create it in the kernel for better
> performance.
it is a matter of performance and a matter of a better native
integration and thus making it easier to use.
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] 6+ messages in thread
* Re: [Bluez-users] creation of Bnep0
@ 2005-03-08 13:24 BZ Benny
2005-03-09 17:58 ` Marcel Holtmann
0 siblings, 1 reply; 6+ messages in thread
From: BZ Benny @ 2005-03-08 13:24 UTC (permalink / raw)
To: bluez-users
Hi Marcel,
I was reading the archive about the story of BNEP.
and I see that Max was more interested in an
implementation with TUN/TAP device.
a breif description of fabricio was a VTun support of
BNEP packet:
>>extending VTun so it implements BNEP
>One way would be to implement BNEP support in vtund.
>Packets would be sent to a TAP (virtual Ethernet) and
>vtund would format the Ethernet packet to BNEP. Only,
>all packets would have to go to user space before
>being sent to the Bluetooth socket.
My quetsion is : was there a Bluez release which use
TUN/TAP device?
regards,
benny
--- Marcel Holtmann <marcel@holtmann.org> wrote:
> Hi Benny,
>
> > It's exactly wath I wanted to know.
> >
> > I will see that in the archive. But i think that
> you
> > choose to create it in the kernel for better
> > performance.
>
> it is a matter of performance and a matter of a
> better native
> integration and thus making it easier to use.
>
> 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
>
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] 6+ messages in thread
* Re: [Bluez-users] creation of Bnep0
2005-03-08 13:24 BZ Benny
@ 2005-03-09 17:58 ` Marcel Holtmann
0 siblings, 0 replies; 6+ messages in thread
From: Marcel Holtmann @ 2005-03-09 17:58 UTC (permalink / raw)
To: bluez-users
Hi Benny,
> I was reading the archive about the story of BNEP.
> and I see that Max was more interested in an
> implementation with TUN/TAP device.
> a breif description of fabricio was a VTun support of
> BNEP packet:
>
>
> >>extending VTun so it implements BNEP
>
> >One way would be to implement BNEP support in vtund.
> >Packets would be sent to a TAP (virtual Ethernet) and
> >vtund would format the Ethernet packet to BNEP. Only,
> >all packets would have to go to user space before
> >being sent to the Bluetooth socket.
>
> My quetsion is : was there a Bluez release which use
> TUN/TAP device?
not that I know of.
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] 6+ messages in thread
end of thread, other threads:[~2005-03-09 17:58 UTC | newest]
Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-03-02 14:28 [Bluez-users] creation of Bnep0 BZ Benny
2005-03-02 14:53 ` Marcel Holtmann
2005-03-02 15:21 ` BZ Benny
2005-03-02 16:11 ` Marcel Holtmann
-- strict thread matches above, loose matches on Subject: below --
2005-03-08 13:24 BZ Benny
2005-03-09 17:58 ` Marcel Holtmann
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox