All of lore.kernel.org
 help / color / mirror / Atom feed
* [Bluez-users] BlueZ on other platforms
@ 2007-01-19 13:17 Mikael Lindqvist
  2007-01-19 15:17 ` Marcel Holtmann
  0 siblings, 1 reply; 6+ messages in thread
From: Mikael Lindqvist @ 2007-01-19 13:17 UTC (permalink / raw)
  To: BlueZ users

Hello,

Is it possible to get bluez to work on other platforms than Linux? I'm
asking because it's a real good bluetooth stack and that's a rare
thing... So technically it's not bluez, but bluez-libs. So what about

Bluez on Mac?
Bluez on Windows?
Bluez on Cygwin on Windows?

-- Mikael

-------------------------------------------------------------------------
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] 6+ messages in thread

* Re: [Bluez-users] BlueZ on other platforms
  2007-01-19 13:17 [Bluez-users] BlueZ on other platforms Mikael Lindqvist
@ 2007-01-19 15:17 ` Marcel Holtmann
  2007-01-20 10:59   ` Mikael Lindqvist
  0 siblings, 1 reply; 6+ messages in thread
From: Marcel Holtmann @ 2007-01-19 15:17 UTC (permalink / raw)
  To: BlueZ users

Hi Mikael,

> Is it possible to get bluez to work on other platforms than Linux? I'm
> asking because it's a real good bluetooth stack and that's a rare
> thing... So technically it's not bluez, but bluez-libs. So what about
> 
> Bluez on Mac?
> Bluez on Windows?
> Bluez on Cygwin on Windows?

non of that will work. The Bluetooth library depends on kernel
structures and one of the big advantages of BlueZ is the native
integration with the socket API.

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-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] BlueZ on other platforms
  2007-01-19 15:17 ` Marcel Holtmann
@ 2007-01-20 10:59   ` Mikael Lindqvist
  2007-01-20 14:05     ` Marcel Holtmann
  0 siblings, 1 reply; 6+ messages in thread
From: Mikael Lindqvist @ 2007-01-20 10:59 UTC (permalink / raw)
  To: BlueZ users

On 1/19/07, Marcel Holtmann <marcel@holtmann.org> wrote:
> Hi Mikael,
>
> > Is it possible to get bluez to work on other platforms than Linux? I'm
> > asking because it's a real good bluetooth stack and that's a rare
> > thing... So technically it's not bluez, but bluez-libs. So what about
> >
> > Bluez on Mac?
> > Bluez on Windows?
> > Bluez on Cygwin on Windows?
>
> non of that will work. The Bluetooth library depends on kernel
> structures and one of the big advantages of BlueZ is the native
> integration with the socket API.
>
> Regards
>
> Marcel
>

Ok,

So not even for Cygwin? How difficult would this be to add? I.e. how
big parts of bluez would have to be rewritten and how much could be
reused to make it work on cygwin (I suppose this would be layered on
top of the Microsoft bluetooth stack)?

-- Mikael

-------------------------------------------------------------------------
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] 6+ messages in thread

* Re: [Bluez-users] BlueZ on other platforms
  2007-01-20 10:59   ` Mikael Lindqvist
@ 2007-01-20 14:05     ` Marcel Holtmann
  2007-02-13  6:57       ` siddhant tewari
  0 siblings, 1 reply; 6+ messages in thread
From: Marcel Holtmann @ 2007-01-20 14:05 UTC (permalink / raw)
  To: BlueZ users

Hi Mikel,

> > > Is it possible to get bluez to work on other platforms than Linux? I'm
> > > asking because it's a real good bluetooth stack and that's a rare
> > > thing... So technically it's not bluez, but bluez-libs. So what about
> > >
> > > Bluez on Mac?
> > > Bluez on Windows?
> > > Bluez on Cygwin on Windows?
> >
> > non of that will work. The Bluetooth library depends on kernel
> > structures and one of the big advantages of BlueZ is the native
> > integration with the socket API.
>
> So not even for Cygwin? How difficult would this be to add? I.e. how
> big parts of bluez would have to be rewritten and how much could be
> reused to make it work on cygwin (I suppose this would be layered on
> top of the Microsoft bluetooth stack)?

this all depends on what's your goal and how your applications look
like. The best emulation would be of course our D-Bus based API, but
even that is a lot of work. A native emulation of BlueZ is not realistic
from my point of view. Feel free to prove me wrong.

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-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] BlueZ on other platforms
  2007-01-20 14:05     ` Marcel Holtmann
@ 2007-02-13  6:57       ` siddhant tewari
  2007-02-13  9:35         ` Marcel Holtmann
  0 siblings, 1 reply; 6+ messages in thread
From: siddhant tewari @ 2007-02-13  6:57 UTC (permalink / raw)
  To: BlueZ users


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

Hi Marcel,
    i would like to port bluez on windows .... Marcel can you guide me how
to do that or at least outline the steps and give threads abt how to
proceed.

regards
siddhant

On 1/20/07, Marcel Holtmann <marcel@holtmann.org> wrote:
>
> Hi Mikel,
>
> > > > Is it possible to get bluez to work on other platforms than Linux?
> I'm
> > > > asking because it's a real good bluetooth stack and that's a rare
> > > > thing... So technically it's not bluez, but bluez-libs. So what
> about
> > > >
> > > > Bluez on Mac?
> > > > Bluez on Windows?
> > > > Bluez on Cygwin on Windows?
> > >
> > > non of that will work. The Bluetooth library depends on kernel
> > > structures and one of the big advantages of BlueZ is the native
> > > integration with the socket API.
> >
> > So not even for Cygwin? How difficult would this be to add? I.e. how
> > big parts of bluez would have to be rewritten and how much could be
> > reused to make it work on cygwin (I suppose this would be layered on
> > top of the Microsoft bluetooth stack)?
>
> this all depends on what's your goal and how your applications look
> like. The best emulation would be of course our D-Bus based API, but
> even that is a lot of work. A native emulation of BlueZ is not realistic
> from my point of view. Feel free to prove me wrong.
>
> 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-users mailing list
> Bluez-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/bluez-users
>

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

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

-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier.
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642

[-- 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] 6+ messages in thread

* Re: [Bluez-users] BlueZ on other platforms
  2007-02-13  6:57       ` siddhant tewari
@ 2007-02-13  9:35         ` Marcel Holtmann
  0 siblings, 0 replies; 6+ messages in thread
From: Marcel Holtmann @ 2007-02-13  9:35 UTC (permalink / raw)
  To: BlueZ users

Hi Siddhant,

> 
>     i would like to port bluez on windows .... Marcel can you guide me
> how to do that or at least outline the steps and give threads abt how
> to proceed. 

actually no. I mentioned before that it is unrealistic and I am not
wasting any of my time thinking about it.

Regards

Marcel



-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier.
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
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:[~2007-02-13  9:35 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2007-01-19 13:17 [Bluez-users] BlueZ on other platforms Mikael Lindqvist
2007-01-19 15:17 ` Marcel Holtmann
2007-01-20 10:59   ` Mikael Lindqvist
2007-01-20 14:05     ` Marcel Holtmann
2007-02-13  6:57       ` siddhant tewari
2007-02-13  9:35         ` Marcel Holtmann

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.