Hello,
 
Good day.
 
I have created a http_client that simply send a GET reqeust and reads the 
reponse of the http_server. Below is the flow of my client:
 
netconn_new( conn );
...
writeErr = netconn_write( conn, &command, sizeof( command ), 
NETCONN_COPY/*NETCONN_NOCOPY*/ );
...
if( (inBuf = netconn_recv( conn ) ) != NULL )
{
    
}


      
_______________________________________________
lwip-users mailing list
[email protected]
http://lists.nongnu.org/mailman/listinfo/lwip-users

Reply via email to