As I expect for Christmas we will get a new OS X platform support for
BlueCove. I started OS X development base on Eric Wagner code and with
consultation by Bea Lam (http://lightblue.sourceforge.net/)
The major discovery that I made is that OS X can work nicely on Intel
platform and I was able to afford the purchased a box for testing. I
will use Intel as development platform for OS X but the build result
would support Power PC as well. OS X is one more UNIX after all with
proper documentation for Bluetooth API so the task for creating native
interfaces is achievable....
BlueCove will support OS X 10.4 and newer.
--
Vlad
PS
Once again I would like to express my gratitude to Bea Lam for giving
positive feedback on my OS X efforts.
That's great news! I eagerly await the OS X port, so I can use
BlueCove on both OS X and Windows instead of having to use Avetana on
OS X.
N.B. RCOMM server and L2CAP client and server are not implemented.
Let me know if you will see any problems.
Thank you for testing,
Vlad
> --
> Vlad
--
Vlad
Vlad Skarzhevskyy wrote:
> Nightly build now contains support for RCOMM client connections,
> device discovery and service search on OS X.
WooHoo! Device and Service discovery worked, and I was able to find and
use do OBEX with a btgoep (SPP over RFCOMM, I think) connection to push
an image to a bluetooth picture frame from a mac! All I did was drop in
the new .jar! You rock, Vlad!
-Dale
P.S.: Since your new machine is probably intel and 10.5, here's
confirmation that it's also working on a 10.4 powerpc based machine.
Forgot to mention, this app also tests friendly name discovery, which
also worked. (I'm still unclear on how that works--does it fall out of
device or service discovery, or is it it's own special communication?)
-Dale
--
Vlad
From earlier reading I was under the impression that the friendly name
is not part of the information packet received during device discovery,
and that instead the method is really a stub to yet another round trip
communication to request and receive the name. Glad to hear that's not
the case.
-Dale
--
Vlad