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 :)

downloaddownload project



, ,

6 Comments to “Weekend project: Bluetooth multisender”

  1. SRS says:

    please provide the main java file jar file doesnot work

    • admin says:

      I am not sure I understood.
      All the java files exist inside the project I have attached.
      To execute the software just execute “BlueToothListener/bin/start.bat”

  2. Cléo says:

    Sorry but… it don’t send message
    I have this error :
    javax.bluetooth.BluetoothConnectionException : failed to connect; [10051] A socket operation was attempted to an unreacheable network.

    :(
    I try an other thing…
    Else that, it’s a good example to search devices and service.

  3. java -classpath .;../lib/bluecove-2.1.0.jar BTServicesSearcher

    gives,

    “bash: ../lib/bluecove-2.1.0.jar: Permission denied” on Ubuntu 11.10.

    Tried again after installing “libbluetooth-dev” as answered here,

    http://stackoverflow.com/questions/4680725/does-bluecove-work-with-linux-64-bits

    still the same permission error.

  4. Sridhar says:

    Excellent work and it is sending to many bluetooth devices

  5. dante says:

    how i send image to the devices from java using bluecove?????, this is part of may final proyect please give me a tips

Leave a Reply

Your email address will not be published.

You may use these HTML tags and attributes: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>

This entry was posted on 13/01/2010 and is filed under bluetooth, Java, Open Source, projects. You can follow any responses to this entry through the RSS 2.0 feed. You can leave a response, or trackback from your own site.