Hello everybody, i want to implement a protocol to comunicate message and files with PC by ethernet.
The typical command to send by PC are START, STOP, TRANSFER FILE, DOWNLOAD FILE of board EVK1100. I´ll implement this protocol, my quetions are: a) what is the best option, use TCP o UDP socket? ( I need the fastest) b) If use a socket, Can i leave open the conecction with the socket forever? it´s only a PC. c) The files to transfer can be big size for example 5Mbytes. This file must be divided in block to transfer, i supposeed, but Does the lwip protocol let recive the file in several part?. Does the PC need to divide the file too? any suggestion will be welcome!! Thank you, Oscar
_______________________________________________ lwip-users mailing list [email protected] http://lists.nongnu.org/mailman/listinfo/lwip-users
