i am having a freertos based application that needs internet.
is there any TCP/IP stack comparison?
The choices are:
- lwip (in ASF4) (single threaded)
- freertos-Plus-TCP (not in ASF4), nice utils
- microchip TCP/IP lite (in ASF4)
I need SSH, SFTP, UDP, TCP.
running on ATSAMV71-xult board.
What are your experiences?