how to send files via bluetooth with python to a mobile

Diez B. Roggisch deets at nospam.web.de
Sun Jul 1 14:12:31 EDT 2007


Drex schrieb:
> Hey,
> 
>>> I'm not sure but try this:   (  py_s60 )
>>> http://sourceforge.net/projects/pyed/
> 
>> and also try this:
>>
>> http://sourceforge.net/projects/pys60
> 
> thanks, but I am affraid this is not what I was looking for. I need to
> have some library on my pc (linux) that would allow me to transfer a
> file to a bluetooth mobile phone (the mine doesn't have symbian). I
> have some programs that allow to do that like for ex. obex_client but
> I would like to write something similar using python.


Wrap this

http://www.zuckschwerdt.org/apidocs/

using ctypes.

Diez



More information about the Python-list mailing list