ussp-push

ussp-push is a OBEX object pusher for Linux, using the BlueZ BlueTooth stack. The original ussp-push implementation required explicit binding to RFCOMM channels before the usage, that made it quite cumbersome to use. I added BlueTooth name resolution, and direct access to remote BlueTooth listening channels. The syntax now supported by ussp-push is:

$ ussp-push {DEVICE, BTADDR@BTCHAN} LFILE RFILE

Where:

DEVICE        = RFCOMM device file (like /dev/rfcomm1)
BTADDR@BTCHAN = BlueTooth address and channel of the remote OBEX listener.
                The BTADDR can be either a BlueTooth address of a BlueTooth device name
LFILE         = Local file path
RFILE         = Remote file name


License and Software

ussp-push is made available through the GNU GPL license. Please read carefully the license before using the software. The ussp-push source is available here :


ussp-push-0.4.tar.gz