OBEX
From ArmadeusWiki
From Wikipedia: OBEX (abbreviation of OBject EXchange) is a communications protocol that facilitates the exchange of binary objects between devices... Although OBEX was initially designed for infrared, it has now been adopted by Bluetooth, and is also used over RS232, USB and WAP.
Contents
OpenOBEX
Free open source implementation of the Object Exchange (OBEX) protocol. This library (libopenobex) is the basis of all the other tools.
Installation
$ make menuconfig
Package Selection for the target ---> [*] Networking ---> [*] openobex [*] install test applications [ ] enable debugging to the system logger [ ] enable protocol dumping for debugging
$ make
Then reflash your rootfs.
Object PUSH Profile
(Phone to phone transfers)
ussp-push
ussp-push is an OBEX object pusher for Linux, using the BlueZ BlueTooth stack.
Installation
$ make menuconfig
Package Selection for the target ---> [*] Networking ---> [*] ussp-push
$ make
Then reflash your rootfs.
File transfer Profile
(Phone to PC transfers) TO BE DONE.... http://dev.zuckschwerdt.org/openobex/wiki/ObexFtp