micro-ip

uip_listen() function not waiting to listen for connections - uIP library

拥有回忆 提交于 2019-12-12 04:13:09
问题 I am currently developping an application that performs a TCP/IP communication between an atmel AT91SAM7x256 microcontroller, and my Windows machine. I have successfully compiled and linked the uIP standard library to my application. The uIP functions are getting recognized by the application, but the first thing I do in the main, for the application to listen to a connection request on port 51719 is: #include <stdio.h> #include "uip.h" #define UIP_APPCALL client_app int main(void) { printf(