android-obex
obexd
obexd contains obex-client, a D-Bus service to allow sending files using the Obex Push protocol, common on mobile phones and other Bluetooth-equipped devices.
-
Cloning this repository:
git clone git://gitorious.org/android-obex/obexd.git obexd cd obexd
Add this repository as a remote to an existing local repository:
git remote add obexd git://gitorious.org/android-obex/obexd.git git fetch obexd git checkout -b my-local-tracking-branch obexd/master_or_other_branch


