I have an application which collects accelerometer data on the G1 phone.
The G1 phone is connected to my PC using USB cable.
I want to send the data from my phone to the PC real-time.
I tried to lookup online for using sockets. But I see that the phone doesn't have an IP address when connected using the USB.
Is there a way I can communicate real-time between the phone and the PC?


