[Pythonmac-SIG] Bluetooth functionality?

Nick Bastin nbastin at opnet.com
Wed Aug 25 16:54:41 CEST 2004


On Aug 25, 2004, at 3:44 AM, Stefan Kirchberg wrote:

> Hi all,
>
> I'd like to access Bluetooth functions from Python but I just don't 
> know how to start. There seems to be no such module, and documentation 
> is also very scanty. Google found nothing either.
>
> I want to do a BT device discovery, ask a device for a list of 
> provided services, pair a device, and finally use some service. Would 
> be great to have an API similar to the Java JSR-82.

AFAIK, there is no module.  You need to create a C extension module and 
wrap the bluetooth C API, which should be reasonably easy.

--
Nick



More information about the Pythonmac-SIG mailing list