views:

239

answers:

0

Hi! I'm writing an application that's basically a midlet that connects via WiFi to a server on the internet. Everything's running fine, once I load the midlet onto the phone and start it, I get prompted on which way would I like to connect to the internet, so I select a WiFi access point and connect to the server.

Now, I would like to do the same, but via bluetooth. So, I would have activated bluetooth on the phone, have a computer with bluetooth, and be able to connect from the phone to the computer via bluetooth, so that then I can access the server that's on the internet.

How could I do this? Do I have to program a "bridge" application that's active on the computer so that I can pass through it to internet?

Would this be simple to do, or complicated? Is there any example out there that I could check out? (as I think this would be a common problem).

Thanks in advance!