Reputation:
Is there any way to use a shell script under Mac OS X to send a file via Bluetooth ?
PS: Anyone having a solution under Windows is welcome too...
Upvotes: 3
Views: 2853
Reputation: 11594
No, but it would not be too hard to write your own command line tool using the IOBluetooth OBEX APIs. ;)
Upvotes: 1
Reputation: 15824
Well, you could use cp
once you mount the device using the FUSE-based OpenOBEX filesystem. OBEX is a protocol used by some bluetooth devices. (here's an article on using it in Ubuntu)
Upvotes: 1