Linux bluetooth development
 help / color / mirror / Atom feed
* [Bluez-users] Doubts related to BlueZ and JSR-82
@ 2007-04-09 17:01 Bruno Cavaler Ghisi
  2007-04-10 22:10 ` Bruno Cavaler Ghisi
  0 siblings, 1 reply; 5+ messages in thread
From: Bruno Cavaler Ghisi @ 2007-04-09 17:01 UTC (permalink / raw)
  To: bluez-users

Hi,

I am developing some stuff using jsr-82 and I would like to try it in
a jse application under Linux.

I read about the BlueZ protocol stack and I have installed its
packages, however I do not know if I just need to have it in order to
the app work, because I read about other things like Impronto, Avetana
and I got confused... All of these are bluetooth protocol stacks? Will
I need anything else to run my application? Does anybody has any good
link about it?

Thanks in advance.
Bruno

-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Bluez-users mailing list
Bluez-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bluez-users

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

* Re: [Bluez-users] Doubts related to BlueZ and JSR-82
  2007-04-09 17:01 [Bluez-users] Doubts related to BlueZ and JSR-82 Bruno Cavaler Ghisi
@ 2007-04-10 22:10 ` Bruno Cavaler Ghisi
  2007-04-11  4:22   ` Tushar Paturde
  0 siblings, 1 reply; 5+ messages in thread
From: Bruno Cavaler Ghisi @ 2007-04-10 22:10 UTC (permalink / raw)
  To: bluez-users

Just explaining better... will I need any other lib in the application
classpath to work?

Thanks,

2007/4/9, Bruno Cavaler Ghisi <brunogh@gmail.com>:
> Hi,
>
> I am developing some stuff using jsr-82 and I would like to try it in
> a jse application under Linux.
>
> I read about the BlueZ protocol stack and I have installed its
> packages, however I do not know if I just need to have it in order to
> the app work, because I read about other things like Impronto, Avetana
> and I got confused... All of these are bluetooth protocol stacks? Will
> I need anything else to run my application? Does anybody has any good
> link about it?
>
> Thanks in advance.
> Bruno
>


-- =

Bruno Cavaler Ghisi
Graduando de Sistemas de Informa=E7=E3o
Universidade Federal de Santa Catarina

-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=3Djoin.php&p=3Dsourceforge&CID=3DDE=
VDEV
_______________________________________________
Bluez-users mailing list
Bluez-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bluez-users

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

* Re: [Bluez-users] Doubts related to BlueZ and JSR-82
  2007-04-10 22:10 ` Bruno Cavaler Ghisi
@ 2007-04-11  4:22   ` Tushar Paturde
  2007-04-12 18:24     ` Bruno Cavaler Ghisi
  0 siblings, 1 reply; 5+ messages in thread
From: Tushar Paturde @ 2007-04-11  4:22 UTC (permalink / raw)
  To: BlueZ users


[-- Attachment #1.1: Type: text/plain, Size: 1849 bytes --]

Hi Bruno,
Bluez library give you access to your bluetooth hardware . So if your bluez
library calls are working and ur jsr82 implementation is using Bluez library
functions it should work for u.
As I understand Impronto, Avetana gives complete solution for JSR82
including native library.
Impronto internally uses Bluez library only.


regards,
Tushar

On 4/11/07, Bruno Cavaler Ghisi <brunogh@gmail.com> wrote:
>
> Just explaining better... will I need any other lib in the application
> classpath to work?
>
> Thanks,
>
> 2007/4/9, Bruno Cavaler Ghisi <brunogh@gmail.com>:
> > Hi,
> >
> > I am developing some stuff using jsr-82 and I would like to try it in
> > a jse application under Linux.
> >
> > I read about the BlueZ protocol stack and I have installed its
> > packages, however I do not know if I just need to have it in order to
> > the app work, because I read about other things like Impronto, Avetana
> > and I got confused... All of these are bluetooth protocol stacks? Will
> > I need anything else to run my application? Does anybody has any good
> > link about it?
> >
> > Thanks in advance.
> > Bruno
> >
>
>
> --
> Bruno Cavaler Ghisi
> Graduando de Sistemas de Informação
> Universidade Federal de Santa Catarina
>
> -------------------------------------------------------------------------
> Take Surveys. Earn Cash. Influence the Future of IT
> Join SourceForge.net's Techsay panel and you'll get the chance to share
> your
> opinions on IT & business topics through brief surveys-and earn cash
> http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
> _______________________________________________
> Bluez-users mailing list
> Bluez-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/bluez-users
>



-- 
Tushar Paturde

[-- Attachment #1.2: Type: text/html, Size: 2498 bytes --]

[-- Attachment #2: Type: text/plain, Size: 345 bytes --]

-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV

[-- Attachment #3: Type: text/plain, Size: 164 bytes --]

_______________________________________________
Bluez-users mailing list
Bluez-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bluez-users

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

* Re: [Bluez-users] Doubts related to BlueZ and JSR-82
  2007-04-11  4:22   ` Tushar Paturde
@ 2007-04-12 18:24     ` Bruno Cavaler Ghisi
  2007-04-13  5:43       ` Mahtab Hossain
  0 siblings, 1 reply; 5+ messages in thread
From: Bruno Cavaler Ghisi @ 2007-04-12 18:24 UTC (permalink / raw)
  To: BlueZ users

I have installed BlueZ but I do not know which java library I could
use to communicate with it. I have heard about JBlueZ, is it good? Any
other suggestions?

Thanks,
Bruno

2007/4/11, Tushar Paturde <tusharpaturde@gmail.com>:
> Hi Bruno,
> Bluez library give you access to your bluetooth hardware . So if your blu=
ez
> library calls are working and ur jsr82 implementation is using Bluez libr=
ary
> functions it should work for u.
> As I understand Impronto, Avetana gives complete solution for JSR82
> including native library.
> Impronto internally uses Bluez library only.
>
>
> regards,
> Tushar
>
>
> On 4/11/07, Bruno Cavaler Ghisi <brunogh@gmail.com > wrote:
> >
> > Just explaining better... will I need any other lib in the application
> > classpath to work?
> >
> > Thanks,
> >
> > 2007/4/9, Bruno Cavaler Ghisi <brunogh@gmail.com>:
> > > Hi,
> > >
> > > I am developing some stuff using jsr-82 and I would like to try it in
> > > a jse application under Linux.
> > >
> > > I read about the BlueZ protocol stack and I have installed its
> > > packages, however I do not know if I just need to have it in order to
> > > the app work, because I read about other things like Impronto, Avetana
> > > and I got confused... All of these are bluetooth protocol stacks? Will
> > > I need anything else to run my application? Does anybody has any good
> > > link about it?
> > >
> > > Thanks in advance.
> > > Bruno
> > >
> >
> >
> > --
> > Bruno Cavaler Ghisi
> > Graduando de Sistemas de Informa=E7=E3o
> > Universidade Federal de Santa Catarina
> >
> >
> -------------------------------------------------------------------------
> > Take Surveys. Earn Cash. Influence the Future of IT
> > Join SourceForge.net's Techsay panel and you'll get the chance to share
> your
> > opinions on IT & business topics through brief surveys-and earn cash
> >
> http://www.techsay.com/default.php?page=3Djoin.php&p=3Dsourceforge&CID=3D=
DEVDEV
> > _______________________________________________
> > Bluez-users mailing list
> > Bluez-users@lists.sourceforge.net
> > https://lists.sourceforge.net/lists/listinfo/bluez-users
> >
>
>
>
> --
> Tushar Paturde
> -------------------------------------------------------------------------
> Take Surveys. Earn Cash. Influence the Future of IT
> Join SourceForge.net's Techsay panel and you'll get the chance to share y=
our
> opinions on IT & business topics through brief surveys-and earn cash
> http://www.techsay.com/default.php?page=3Djoin.php&p=3Dsourceforge&CID=3D=
DEVDEV
> _______________________________________________
> Bluez-users mailing list
> Bluez-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/bluez-users
>
>


-- =

Bruno Cavaler Ghisi
Graduando de Sistemas de Informa=E7=E3o
Universidade Federal de Santa Catarina

-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=3Djoin.php&p=3Dsourceforge&CID=3DDE=
VDEV
_______________________________________________
Bluez-users mailing list
Bluez-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bluez-users

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

* Re: [Bluez-users] Doubts related to BlueZ and JSR-82
  2007-04-12 18:24     ` Bruno Cavaler Ghisi
@ 2007-04-13  5:43       ` Mahtab Hossain
  0 siblings, 0 replies; 5+ messages in thread
From: Mahtab Hossain @ 2007-04-13  5:43 UTC (permalink / raw)
  To: BlueZ users


[-- Attachment #1.1: Type: text/plain, Size: 3637 bytes --]

JBlueZ is very old and hasn't been taken forward. Last time I checked, Avetana was providing a free JSR-82 on top of BlueZ (much of the code of Avetana were same as JBlueZ). Other JSR-82 implementation are not free as far as I remember.

Thanks
Mahtab

Bruno Cavaler Ghisi <brunogh@gmail.com> wrote: I have installed BlueZ but I do not know which java library I could
use to communicate with it. I have heard about JBlueZ, is it good? Any
other suggestions?

Thanks,
Bruno

2007/4/11, Tushar Paturde :
> Hi Bruno,
> Bluez library give you access to your bluetooth hardware . So if your bluez
> library calls are working and ur jsr82 implementation is using Bluez library
> functions it should work for u.
> As I understand Impronto, Avetana gives complete solution for JSR82
> including native library.
> Impronto internally uses Bluez library only.
>
>
> regards,
> Tushar
>
>
> On 4/11/07, Bruno Cavaler Ghisi 
 wrote:
> >
> > Just explaining better... will I need any other lib in the application
> > classpath to work?
> >
> > Thanks,
> >
> > 2007/4/9, Bruno Cavaler Ghisi 
:
> > > Hi,
> > >
> > > I am developing some stuff using jsr-82 and I would like to try it in
> > > a jse application under Linux.
> > >
> > > I read about the BlueZ protocol stack and I have installed its
> > > packages, however I do not know if I just need to have it in order to
> > > the app work, because I read about other things like Impronto, Avetana
> > > and I got confused... All of these are bluetooth protocol stacks? Will
> > > I need anything else to run my application? Does anybody has any good
> > > link about it?
> > >
> > > Thanks in advance.
> > > Bruno
> > >
> >
> >
> > --
> > Bruno Cavaler Ghisi
> > Graduando de Sistemas de Informação
> > Universidade Federal de Santa Catarina
> >
> >
> -------------------------------------------------------------------------
> > Take Surveys. Earn Cash. Influence the Future of IT
> > Join SourceForge.net's Techsay panel and you'll get the chance to share
> your
> > opinions on IT & business topics through brief surveys-and earn cash
> >
> http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
> > _______________________________________________
> > Bluez-users mailing list
> > Bluez-users@lists.sourceforge.net
> > https://lists.sourceforge.net/lists/listinfo/bluez-users
> >
>
>
>
> --
> Tushar Paturde
> -------------------------------------------------------------------------
> Take Surveys. Earn Cash. Influence the Future of IT
> Join SourceForge.net's Techsay panel and you'll get the chance to share your
> opinions on IT & business topics through brief surveys-and earn cash
> http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
> _______________________________________________
> Bluez-users mailing list
> Bluez-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/bluez-users
>
>


-- 
Bruno Cavaler Ghisi
Graduando de Sistemas de Informação
Universidade Federal de Santa Catarina

-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Bluez-users mailing list
Bluez-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bluez-users


       
---------------------------------
It's here! Your new message!
Get new email alerts with the free Yahoo! Toolbar.

[-- Attachment #1.2: Type: text/html, Size: 4824 bytes --]

[-- Attachment #2: Type: text/plain, Size: 345 bytes --]

-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV

[-- Attachment #3: Type: text/plain, Size: 164 bytes --]

_______________________________________________
Bluez-users mailing list
Bluez-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bluez-users

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

end of thread, other threads:[~2007-04-13  5:43 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-04-09 17:01 [Bluez-users] Doubts related to BlueZ and JSR-82 Bruno Cavaler Ghisi
2007-04-10 22:10 ` Bruno Cavaler Ghisi
2007-04-11  4:22   ` Tushar Paturde
2007-04-12 18:24     ` Bruno Cavaler Ghisi
2007-04-13  5:43       ` Mahtab Hossain

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox