3

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.

Alex
  • 43,191
  • 44
  • 96
  • 127

2 Answers2

0

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

jldupont
  • 93,734
  • 56
  • 203
  • 318
0

Try http://lightblue.sourceforge.net/

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

Chris
  • 1,133
  • 7
  • 14