Large Data transfer from DUE to Laptop

Hi, Guys.

I have an array of 20000 size, at present sending all 20000 data via serial to PC.

but it would be better to send all data over Ethernet or WiFi server.

in addition to 20000 size buffer i have other sensor like si7021 Temp and Humidity sensor, GPS and magneto sensor too. i want to make a server where i can dump all data and it will acquire by a PC.

What are the possible solutions and platform for such application.?

Thanks

EJLED:
I have an array of 20000 size, at present sending all 20000 data via serial to PC.

but it would be better to send all data over Ethernet or WiFi server.

What do you mean by "better"? It is hard to find a simpler system than serial.

...R

Dear Robin2. better means i am only able to send array data at present to PC. what about other sensor like i mentioned GPS, MAgneto and Si2071. this i want this (GPS,Magneto and si2071) data on PC continuously. where as 20000 comes at some time. thats why i think of establishing server i have Arduino ethernet shield and esp8266.

tell me how to doo this.

Without seeing your current program it is very hard to give a useful answer.

I cannot understand why there would be a difficulty sending data in addition to the array data.

...R

no problem, Thanks for reply.