cancel
Showing results for 
Search instead for 
Did you mean: 

How to replace Http webserver Init (webpage example) with the TCP/IP Protocol

sriramagowtham434
Associate
Posted on August 01, 2014 at 08:06

Hi sir/madam,

          This is Gowtham.S I am Trying to replace  

Http webserver Init (webpage example)

with the

TCP/IP Protocol

in my code for

Ethernet Application

.Actually the code is there with Http protocol now I need to replace it with TCP/IP protocol.This code is having already

tcp.h

and

tcp.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 using

CooCox CoIDE tool

for compiling this code.

The link where I got code is 

http://blog.tkjelectronics.dk/2012/08/ethernet-on-stm32f4discovery-using-external-phy/comment-page-3/#comments.

I am attaching the file in which all the files are present.Please help me sir/madam how to replace the

http code

with tcp/ip protocol by utilising the files in the attached folder.
1 REPLY 1
Posted on August 01, 2014 at 15:06

An HTTP Server doesn't use TCP/IP already?

Perhaps you should read the documentation and implementation examples for LwIP?
Tips, buy me a coffee, or three.. PayPal Venmo Up vote any posts that you find helpful, it shows what's working..