Implementing HTTP client in embedded

Status
Not open for further replies.

techie

Advanced Member level 3
Joined
Feb 5, 2002
Messages
839
Helped
58
Reputation
116
Reaction score
9
Trophy points
1,298
Location
Pakistan
Activity points
7,805
webserverver client

I want to download an HTTP file in an embedded controller. It has all the TCP/IP functionality in it and that part has been tested. The problem is that it cannot handle the DNS name. For example, when I want to get data from http://www.xyz.com/index.htm, I have to write the real IP in the code.

Since the site is residing on a server that has the DNS entry NS1.xxxx.NET which evaluates to a real IP=111.222.xxx.xxx. But this server has many websites hosted on it. How do I give it the information that I need "index.htm" from my required site.
 

Look here:
http://dunkels.com/adam/contiki/index.html

It is from Adam Dunkels who invented uip.

This page is about contiky a webserverver hosted on a C64 or in an embedded environment.

I think it is able to do what you are looking for.

hope this helps, best regards
 

Status
Not open for further replies.
Cookies are required to use this site. You must accept them to continue using the site. Learn more…