stuck with PyOBEX
Diez B. Roggisch
deets at nospam.web.de
Tue Apr 28 12:52:38 EDT 2009
alejandro wrote:
> Can you tell me what is it? Maybe I can search it and pass it in another
> way... if it is an address or protocol name....
I'm not entirely sure, but I guess no, you can't simply pass it in.
Unix uses streams as abstraction for a lot of things - all kinds of devices
for example.
Windows doesn't. It most probably has a dedicated API for dealing with
bluetooth - I found this document which backs this assumption:
http://tombell.org.uk/papers/bluetooth-detection.pdf
I can't comment on the feasibility of hooking the windows api into the inner
workings of PyOBEX - depending on it's design, it would be a major
overhaul.
Diez
More information about the Python-list
mailing list