Weekend project: Bluetooth multisender
In my last post I have shown you how to communicate with Bluetooth devices using java + Bluecove.jar. Using this knowledge I have created this small java weekend project – Bluetooth multisender. This program will scan for Bluetooth devices in the area. For each Bluetooth device found, it will check whether it can receives text messages. Each supported device will be added to the list on the left. All you need to do is selected device/s, write a message and press the send button. The message will be sent to all selected devices at once. Yeh, I know it’s not the nicest looking gui there is, but it’s working 🙂 download project View on github