mass-blue - bluetooth auto-discovering mass-file-sending tool (58 Downloads)
I wrote this tool because I had to help deploying software on 200 mobile phones.
It's also useful for commercials (sounds, pictures) and as I said mass-deploying software.
Features:
- automatic device discovery
- automatic obex channel detection
- function to use an existing list of devices that the file was already sent to (-F)
- function to send the file only once to every device (-o)
- you can set the sleeping interval between searches
[sb@develbox ~/code]$ ./mass-blue
mass-blue v0.1 by Stefan Behte
Mass-deployment tool for bluetooth files
usage: ./mass-blue -f [file to send] -p [filename on the phone] -s [sleep between scans] -F [listfile] -o {only send once to every device}
Examples:
[sb@develbox ~/code]$ ./mass-blue -f /tmp/PIC-0023.jpg -p me.jpg -o
local file: /tmp/PIC-0023.jpg
remote file: me.jpg
sleep interval: 15
list: /tmp/.mass-blue.tmp
name=/tmp/PIC-0023.jpg, size=89989
Local device 00:16:38:BC:3D:02
Remote device 00:15:B8:EF:BB:B5 (2)
Connection established
name=/tmp/PIC-0023.jpg, size=89989
Local device 00:16:38:BC:3D:02
Remote device 00:15:62:01:21:9C (6)
Connection established
If you want to sent different files, I recommend starting the script twice with "-F /tmp/.mass-blue-$RANDOM".
Have fun!
Written by Stefan Behte
Contact me, if you have any new ideas, bugs/bugfixes, recommondations or questions!
Please also contact me, if you just like the tool. :)
Stefan dot Behte at gmx dot net
Released under the GPL-v2