views:

442

answers:

2

How to send a file using OBEX push to a device, which has an open OBEX port in Python? In my case it is a Bluetooth device.

A: 

There is an "OBEX data server" DEBIAN package with DBus interface which could help you. Accessing DBus through Python is fairly easy.

jldupont
A: 

Try http://lightblue.sourceforge.net/

The documentation for the OBEX client is here: http://lightblue.sourceforge.net/doc/lightblue.obex-OBEXClient.html

Chris