Forum Moderators: buckworks

Message Too Old, No Replies

Data transfer between server and mobile phone

         

yoohoo

3:09 pm on Nov 15, 2003 (gmt 0)

10+ Year Member



Hi there!

I would like to ask ur advice on something.

I have created a mysql database on a server, which contains some information about the user. I want this data which is stored in the database to be transferred to the user's mobile phone via Bluetooth. In what way can i achieve that? What protocols should be used?

Just to mention that:

Registration of the user to the server's database is done via HTTp and PHP.
Information from the Server to the user is sent via Bluetooth. BUT, what protovols should be used in order to 'convert' SQL data into Bluetooth and then send them to user's mobile phone?

thanks a lot

TallTroll

12:24 pm on Nov 24, 2003 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



Bluetooth is a wireless communications protocol, intended to allow a variety of different devices to communicate wirelessly over relatively short distances, although the spec does include link layer and application layer specifications, and it is intended to be a cross-platform protocol

>> BUT, what protovols should be used in order to 'convert' SQL data into Bluetooth

The official Bluetooth site [bluetooth.com] contains all the latest information, including PDFs of the latest specifications etc and developer guides, which is what you are looking for I think