Hello,
To communicate with my server i have tried active.c who works but my problem is this part :
" while(tcp_tick(&socket));
sock_abort(&socket);
printf("\nConnection closed...\n");"
doesn't work.
I must implement a interrupt function but as my connection doesn't close, i can't re-loop my interrupt, excepted that it works. So if you have any ideas to help me i will appreciate this.