sending huge data all at once through gprs

Hi

I’m in the process of developing the gps tracking program using telit ge863gps, which combining the real time tracking program and data logger to store the gps data when its in the blank spot area, and send it again.

I give the limitation for max amount of 3000 gps data which can be stored in the memory module, and the size is about 200kb

How can i send that data all at once? I try using gprs connection with ‘GET HTTP’ method, but its have limitation about the size for each transfer. So if i use that method, it must be a long time process to send the data.

Any suggestions? Please help.

Thanks in advance

Alfonz

You can do a HTTP POST, which will let you send more data than you can with a GET. The other options would be to transfer the data using FTP or a direct socket connection, both of which are supported by the Telit modules.

Why don’t you FTP the data to the server?