| Author |
connectivity b/w a mobile and PC
|
him jain
Ranch Hand
Joined: Feb 05, 2010
Posts: 56
|
|
I have made a jar file and I want to send the information in the application to the desktop PC.
By what media should they be connected??
I have following modes of transfer in my mobile:
-bluetooth
-infra red
-packet data
-data transfer
note: i have to send the info in the app, not the particular jar file.
Waiting for a quick reply.
|
--Himanshu Jain
http://jainhim.blogspot.com/
|
 |
Tim Holloway
Saloon Keeper
Joined: Jun 25, 2001
Posts: 12513
|
|
It's really whatever works best for you. The most common solution is to open a network socket and transfer the data over that socket. An especially popular solution is to do that at a higher level and do a transfer to a web application server, but unless the target PC is itself a public web server, that may not work for you.
Most of the lower-level solutions require that the PC be running some sort of specialized listening (server) application,
|
One of the most odious afflictions that Business has inflicted on the modern English language is "pro-active". Most of the time it's simply redundantly used in place of the simple old word "active". And a good deal of the rest of the time it means "You're not overworked enough yet, so go out and find more!"
|
 |
him jain
Ranch Hand
Joined: Feb 05, 2010
Posts: 56
|
|
In my PC, i don't have any connectivity media neither bluetooth neither any wireless media.
because it's a desktop system.
So, how can I get connected to the PC? (i can purchase the required device if necessary)
I'll develop my j2me app accordingly.
please suggest me the best solution possible.
Thanks ..
|
 |
 |
|
|
subject: connectivity b/w a mobile and PC
|
|
|