ussp-push 0.9 review
Downloadussp-push application is a OBEX object pusher for Linux, using the BlueZ BlueTooth stack
|
|
ussp-push application 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 [--dev DEVID] {DEVICE, BTADDR@BTCHAN} LFILE RFILE
Where:
DEVID
HCI device ID (0, 1, ...). Valid only if the BTADDR@BTCHAN syntax is used
DEVICE
RFCOMM device file (like /dev/rfcomm0)
BTADDR@BTCHAN BlueTooth address and channel of the remote OBEX listener. he BTADDR can be either a BlueTooth address of a BlueTooth device name
LFILE
Local file path
RFILE
Remote file name
What's New in This Release:
This release adds SDP service resolution for the OPUSH channel, to avoid having the ussp-push user know the channel where the service resides.
ussp-push 0.9 keywords