Skip to main content
sriramagowtham434
Visitor II
August 1, 2014
Question

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

  • August 1, 2014
  • 1 reply
  • 573 views
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.
    This topic has been closed for replies.

    1 reply

    Tesla DeLorean
    Guru
    August 1, 2014
    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 VenmoUp vote any posts that you find helpful, it shows what's working..