All of lore.kernel.org
 help / color / mirror / Atom feed
* [Bluez-devel] Using BlueZ
@ 2006-12-08 16:32 Brian West
  2006-12-10 12:33 ` Marcel Holtmann
  0 siblings, 1 reply; 5+ messages in thread
From: Brian West @ 2006-12-08 16:32 UTC (permalink / raw)
  To: BlueZ development

I would like to know if its possible to use the BlueZ stack with  
something that has a GPL incompatible license?  i.e. MPL?  I noticed  
that its GPL licensed which limits its usage with such projects.  Any  
alternatives?

Thanks,
Brian


-------------------------------------------------------------------------
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-devel mailing list
Bluez-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bluez-devel

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

* Re: [Bluez-devel] Using BlueZ
  2006-12-08 16:32 [Bluez-devel] Using BlueZ Brian West
@ 2006-12-10 12:33 ` Marcel Holtmann
  2006-12-10 19:03   ` Brian West
  0 siblings, 1 reply; 5+ messages in thread
From: Marcel Holtmann @ 2006-12-10 12:33 UTC (permalink / raw)
  To: BlueZ development

Hi Brian,

> I would like to know if its possible to use the BlueZ stack with  
> something that has a GPL incompatible license?  i.e. MPL?  I noticed  
> that its GPL licensed which limits its usage with such projects.  Any  
> alternatives?

if you have to link against the Bluetooth library, then the answer is
no. If you only use the D-Bus interface of BlueZ, then you link against
the D-Bus library and this one is LGPL, so that is no problem. However
you should always double check with "ldd" what libraries are actually
linked in or if you include header files from "bluetooth/*.h". Make sure
you don't link against the Bluetooth library and you are good.

Regards

Marcel



-------------------------------------------------------------------------
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-devel mailing list
Bluez-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bluez-devel

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

* Re: [Bluez-devel] Using BlueZ
  2006-12-10 12:33 ` Marcel Holtmann
@ 2006-12-10 19:03   ` Brian West
  2006-12-10 19:49     ` Marcel Holtmann
  0 siblings, 1 reply; 5+ messages in thread
From: Brian West @ 2006-12-10 19:03 UTC (permalink / raw)
  To: BlueZ development


On Dec 10, 2006, at 6:33 AM, Marcel Holtmann wrote:

> Hi Brian,
>
>> I would like to know if its possible to use the BlueZ stack with
>> something that has a GPL incompatible license?  i.e. MPL?  I noticed
>> that its GPL licensed which limits its usage with such projects.  Any
>> alternatives?
>
> if you have to link against the Bluetooth library, then the answer is
> no. If you only use the D-Bus interface of BlueZ, then you link  
> against
> the D-Bus library and this one is LGPL, so that is no problem. However
> you should always double check with "ldd" what libraries are actually
> linked in or if you include header files from "bluetooth/*.h". Make  
> sure
> you don't link against the Bluetooth library and you are good.
>
> Regards
>
> Marcel

Do you loose any functionality vis D-Bus?

/b

-------------------------------------------------------------------------
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-devel mailing list
Bluez-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bluez-devel

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

* Re: [Bluez-devel] Using BlueZ
  2006-12-10 19:03   ` Brian West
@ 2006-12-10 19:49     ` Marcel Holtmann
  2006-12-10 19:52       ` Brian West
  0 siblings, 1 reply; 5+ messages in thread
From: Marcel Holtmann @ 2006-12-10 19:49 UTC (permalink / raw)
  To: BlueZ development

Hi Brian,

> >> I would like to know if its possible to use the BlueZ stack with
> >> something that has a GPL incompatible license?  i.e. MPL?  I noticed
> >> that its GPL licensed which limits its usage with such projects.  Any
> >> alternatives?
> >
> > if you have to link against the Bluetooth library, then the answer is
> > no. If you only use the D-Bus interface of BlueZ, then you link  
> > against
> > the D-Bus library and this one is LGPL, so that is no problem. However
> > you should always double check with "ldd" what libraries are actually
> > linked in or if you include header files from "bluetooth/*.h". Make  
> > sure
> > you don't link against the Bluetooth library and you are good.
>
> Do you loose any functionality vis D-Bus?

depends on what you need to do. Describe your use case and I might be
able to tell you.

Regards

Marcel



-------------------------------------------------------------------------
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-devel mailing list
Bluez-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bluez-devel

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

* Re: [Bluez-devel] Using BlueZ
  2006-12-10 19:49     ` Marcel Holtmann
@ 2006-12-10 19:52       ` Brian West
  0 siblings, 0 replies; 5+ messages in thread
From: Brian West @ 2006-12-10 19:52 UTC (permalink / raw)
  To: BlueZ development

>
> depends on what you need to do. Describe your use case and I might be
> able to tell you.
>
> Regards
>
> Marcel
>


We want to interface a bluetooth phone into freeswitch for making and  
receving phone calls.

/b

-------------------------------------------------------------------------
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-devel mailing list
Bluez-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bluez-devel

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

end of thread, other threads:[~2006-12-10 19:52 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-12-08 16:32 [Bluez-devel] Using BlueZ Brian West
2006-12-10 12:33 ` Marcel Holtmann
2006-12-10 19:03   ` Brian West
2006-12-10 19:49     ` Marcel Holtmann
2006-12-10 19:52       ` Brian West

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.