2014-07-31 11:06 PM
Hi sir/madam,
This is Gowtham.S I am Trying to replaceHttp webserver Init (webpage example)
with theTCP/IP Protocol
in my code forEthernet Application
.Actually the code is there with Http protocol now I need to replace it with TCP/IP protocol.This code is having alreadytcp.h
andtcp.c
files in it . My question is how to replace http with the TCP/IP protocol by using tcp.h and tcp.c files. I am usingCooCox CoIDE tool
for compiling this code.The link where I got code is I am attaching the file in which all the files are present.Please help me sir/madam how to replace thehttp code
with tcp/ip protocol by utilising the files in the attached folder.2014-08-01 06:06 AM
An HTTP Server doesn't use TCP/IP already?
Perhaps you should read the documentation and implementation examples for LwIP?