Accessing OBEX Pushed Messages with Python for S60
Early last year at HIIT I hacked the Python for S60 inbox
module to have it support querying for the content and metadata of messages in the device Inbox that have been sent via Bluetooth OBEX Push. (The built-in inbox
module apparently only supports accessing SMS messages.) I changed the name of the hacked module to pyinbox
, to avoid conflicts with the built-in Inbox access module.
I recently made pyinbox
available via a dedicated webpage, in case it should prove useful to others.