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.
Asked
Active
Viewed 3,187 times
2 Answers
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