[Twisted-Python] Bluetooth reactor interface

lasizoillo lasizoillo at gmail.com
Fri Aug 15 21:51:51 EDT 2008


2008/8/6 Nadav Aharony <nadav at mit.edu>:
> (forwarding for Daniel who had some list posting trouble)
>
> Hi all-
> I'd like to use Twisted to manage bluetooth communication. I haven't
> found any existing method for doing this, so I'd like to write and
> implement a new reactor interface (on par with TCP/UDP) that wraps the
> lightblue library. What's the right way to go about extending Twisted in
> this way?
> Thanks,
> Daniel

I recently discovered elisa. A media center implemented with twisted python.
Elisa have a bluetoth plugin than use py-bluez (other bt library). The
code is here:

http://bazaar.launchpad.net/~elisa-developers/elisa/upicek/annotate/11.5.55?filter_file_id=bluetooth_input.py-20080401102113-vcj3p4systzzapcn-411&file_id=bluetooth_input.py-20080401102113-vcj3p4systzzapcn-411

I don't know if it is useful for you.

Regards,

Javi




More information about the Twisted-Python mailing list