uip TCP/IP stack

I have test the uIP stack from adam dunkel’s port on msp430 by Paul Curtis of Rowley Associates Ltd on the Olimex easyweb2 board.

It works well.

But I want add new files in the File System for the web server. How do that?? I think I have to use the make file “makefsdata” joint with the stack but I don’t know how to use it. This file will generated the “fsdata.c”. What tool should I use to exploit this makefile.

I work on win98 with free trial version CrossWorks MSP430 1.2

see http://dunkels.com/adam/uip/

and http://www.rowley.co.uk/msp430/uip.htm

address this question to Paul from Rowley’s he wrote the UIP port

Tsvetan

Hi.

I am one step further.

makefsdata is a perl script, I think.

I got myself a copy of ActivePerl from the web, then renamed makefsdata to makefsdata.pl and doubleclicked on it.

The result is a fsdata.c hat looks similar to the original files but contains only 10% of the info. It seems to work but it doesn’t find the files in the subdirectory fs.

Can anybody help with this perl problem?

Eduardo

Anyone got this working in a windows enviroment ?

when i go to the lwip site

http://www.sics.se/~adam/lwip/index.html

it says to go here.

http://savannah.nongnu.org/projects/lwip/

which i have never seen a more confusing site in my life!!!

where are the docs, and why in the world did they not make a windows program to convert a web site to the lwip or uip format ?