Forum Discussion
Altera_Forum
Honored Contributor
20 years agoFirst time using lwIP
Hello, I´ve started using lwIP this week. I tried the Webserver example and it worked fine (I can access the webpage from my browser =). Well... I read the code many times and couldn´t understa...
Altera_Forum
Honored Contributor
20 years agoHello,
I read that document and I also have the webserver working here. But it still use that open-read-write-close idea, right? I need to write a code to talk to a client. I mean... I can send messages to the client inside the function called on "tcp_accept", but just that. I can't keep sending (or receiving) messages in main(). How can I do that?