Forum Discussion
Altera_Forum
Honored Contributor
20 years agoLwip standalone server
Hello to all, The Lwip_web_server example has the main in lwip_web_server.c at the and of this there is a while cycle what does it do? What does lan91c111if_service(&netif) function do?
Altera_Forum
Honored Contributor
20 years ago --- Quote Start --- originally posted by bigmickey@Sep 28 2005, 05:09 AM at the and of this there is a while cycle what does it do? <div align='right'><{post_snapback}> (index.php?act=findpost&pid=10008)
--- quote end ---
--- Quote End --- That's your main loop. --- Quote Start --- originally posted by bigmickey@Sep 28 2005, 05:09 AM what does lan91c111if_service(&netif) function do? --- Quote End --- That services the Ethernet chip so you can send and receive stuff.