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
2009-10-13 23:41:21
A:
Try http://lightblue.sourceforge.net/
The documentation for the OBEX client is here: http://lightblue.sourceforge.net/doc/lightblue.obex-OBEXClient.html
Chris
2009-10-20 15:13:10