lwIP port for Keil C166 and MCB167-NET board
 
This is a basic port of the lwIP - A Lightweight TCP/IP Stack by Adam Dunkels of the Swedish Institute of Computer Science. The lwIP web page can be found here

A very simple HTTP server is included as sample. After download, proceed as follows:

 - decompress the archive the archive to any directory
 - open .lwip-keil\contrib\ports\keil-c166\lwip_keil_c166.Uv2
   using a recent uVision IDE (I used v2.36 with C166 v4.25)
 - modify the IP, gateway and subnet in "main.c" according your
   local LAN configuration
 - compile and run the program
 - connect to the MCB167-NET on port 80 using telnet or a web
   browser


Download


Links

  • lwIP project home page [here]
  • CS8900 driver and other lwIP contributions by Leon Woestenberg [here]
  • Keil MCB167-NET board [here]