Skip to content
Advertisement

Tag: obex

Python opp obex server using Bluez-obex and pydbus?

For my project, I need to downlink .zip files over Bluetooth. I am using python and obex for this. I have a working python opp client implemented (shout-out to ukBaz for the help), but I am still using os to start the server, so the rest of my server program has no idea when a file is received. The rest

Advertisement