Skip to content

A sample program to transfer data from android to pc over bluetooth. The pc acts as a server and the android phone as a client.

Notifications You must be signed in to change notification settings

spide-r/android2pc-Bluetooth

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 

Repository files navigation

android2pc-Bluetooth

A sample program to transfer data from android to pc over bluetooth. The pc acts as a server and the android phone as a client.

Requirements: PC: Java SE 1.6 or above Bluecove 2.1 Java bluetooth library

Phone: Android 2.2 or higher.

Note: Currently the program only support transfer of message from phone to pc.

Compilation Instructions.

  1. To compile server code. javac -classpath .:libs/bluecove-2.1.0.jar src/com/anup/remotebluetooth/Main.java java -d32 -classpath .:libs/bluecove-2.1.0.jar src/com/anup/remotebluetooth/Main

About

A sample program to transfer data from android to pc over bluetooth. The pc acts as a server and the android phone as a client.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 100.0%