As i said before i have very strange problems with the tcpip easyweb example. >I tried to test the tcpip example from the cvs with a msp430f149 board. >It configures, builds, uploads and starts fine. >It did not work with my Linux-Box (no ping, no web) >But if i use a Windows-Box or put a router/firewall between it runes as >expected. >My question: > Has someone seen this behaviour before or do someone here know how to fix >it. >I think the tcpip stack is broken or incomplete and the problem is somewhat >indirect connection related. OK. For now i am investigating the problem with the tcpip icmp packages (ping) but hopfully fixed the http stack.
I have to use the easyweb board in a study project and so i have the time and the motivation to fix both tcp/http. What i have done so far: I have implement a simple GET request handler (i think post is not so important?) which also work on linux. (Yes i have found an fix the problem in the httpserver implementation.) When i finish this project (maybe 2 weeks) i want to give back my changes . Or is someone in hurry? Sorry for my verry bad english.