Hi, > On Olimex board (lpc2124 and cs8900a) i want to use a www server for remote > sensor reading. I tryed to use Rowley port of uIP. FreeRTOS has also a > port but I > was also unable to start the server. Some questions: + Are you using the same board that the FreeRTOS server was tested on? + Is the software running, but the WEB server not responding, or is nothing working. + If the board is working, but the WEB server not responding, have you double checked: i/ Correct cabling (point to point of through hub) ii/ Compatability of IP address iii/ Correct port number settings + Did you try the project exactly as downloaded from the FreeRTOS.org site, or did you make any modifications? > Has anyone more luck than me in using > the board > with a www server ? I just double checked from a clean install, and it worked straight off. >On board there is also some I2C EEPROM for file storage > but I can not figure > out how to upload files in the EEPROM. As described on the uIP WEB site, the WEB pages are built into the binary image. There is a script file called 'makefsdata' that converts the html found in the fs (FileSystem) directory into a simple flat file system as hard coded C structs. CGI scripts can also be created for dynamic data. The FreeRTOS.org support forum is an active resource for problem solving. There is a link on the downloads page of the WEB site. Regards, Richard.
Message
Re: www server on Olimex LPC2124
2005-08-31 by Richard
Attachments
- No local attachments were found for this message.