Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Transmitting String Array over a telephone line

I have a java String array which contains around 2 billion+ entries. Now is there away i can transmit this array over a telephone connection like GPRS or any other means (without using the internet). This might be a dumb question, but i need help

like image 342
Illep Avatar asked May 23 '26 14:05

Illep


1 Answers

Use a modem and a file transfer protocol like Kermit or Xmodem. The biggest danger is that the size of the data will overflow something in the protocol (like packet number).

With that much data and no internet available, you might also consider FedEx or mail. It might actually be faster.

like image 86
Dave Avatar answered May 25 '26 03:05

Dave



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!