Multiserver FreeRTOS + TCP running on LPC1769

Hi all,
I’m developing a platfom based on LPC1769 with 4 TCP servers running together.
Is there any example code for this ?
I did not find some related to this processor in FreeRTOS+TCP package…
Any help will be valious.
Thanks in advance.
Gus

Have a look here FreeRTOS/FreeRTOS-Plus/Demo/Common/Demo_IP_Protocols at main · FreeRTOS/FreeRTOS · GitHub but note these are demos only. They have not gone through security review. The demo server shows ftp and http servers running together - you basically add the servers you want to execute to a table as I recall.

Thanks Richard for your fast answer…
I’ll browse it.
Best regards,
Gus