Hi
I modified "image_proc_demo". I added TaskCreat() function in OpenNetwork() function and assigned my socket program to it.
My new modified project works correct. I receive data from LAN port by TCP protocol and I don't need the part of code related to web server, mailbox... . But when I comment this parts of code the connect() function doesn't work!! I comment lines 302 to 330 in "mcip_master_main.c" file as below:
What other modifications should I do?
Regards