Using my cell phone as remote control for PC via Bluetooth/Java

Posted by Jan Kuboschek on Stack Overflow See other posts from Stack Overflow or by Jan Kuboschek
Published on 2010-06-08T14:17:03Z Indexed on 2010/06/08 14:22 UTC
Read the original article Hit count: 370

Filed under:
|
|

I've got a PC and a Samsung Eternity (that's a cell phone). I'd like to use my Eternity as remote control for my PC.

Here's how I think I have to go about it:

  1. Write a desktop app (server) that accepts a connection from my cell.
  2. Write an app (client) for my cell through which I can establish a connection to the server and send commands to it.
  3. The server then executes the commands (e.g. adjust volume, pause/resume movie)

Thoughts on that? Spot on or way off?

Regarding the Eternity: What's a good way to get started with that? I'm guessing that I'll have to get the SDK. Does anyone have a good place to start/tutorial for that?

Regarding the server: Does Java come with Bluetooth connectivity straight out of the box or do I need to fetch a library for that from somewhere? If so, from where?

All help is much appreciated :)

© Stack Overflow or respective owner

Related posts about java

Related posts about bluetooth