Skip to content

Simple Bluetooth Java client based on the Bluecove library.

License

Notifications You must be signed in to change notification settings

aurasphere/bluetooth-java-client

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Donate

Bluetooth Java Client

Simple Bluetooth Java client based on the Bluecove library.

This program can be used to perform the following operations:

  • perform Bluetooth device discovery by passing no arguments
  • connect to a Bluetooth device and open an IRC-style chat by passing a Bluetooth RFCOMM address

A Bluetooth RFCOMM address has the following format:

btspp://<device_address>:<CN>

For reference, here's my Arduino Bluetooth address:

btspp://98D3318041DE:1.

The program needs that the device to which connect is paired before-hand (through your PC settings). If working with an Arduino, remember that the passcode is something like 1234.

About

Simple Bluetooth Java client based on the Bluecove library.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages