FILES 572 B

123456789101112131415
  1. api/ - The code for the high-level wrapper API. Not needed if
  2. you use the lowel-level call-back/raw API.
  3. apps/ - Higher layer applications that are specifically programmed
  4. with the lwIP low-level raw API.
  5. core/ - The core of the TPC/IP stack; protocol implementations,
  6. memory and buffer management, and the low-level raw API.
  7. include/ - lwIP include files.
  8. netif/ - Generic network interface device drivers are kept here.
  9. For more information on the various subdirectories, check the FILES
  10. file in each directory.