This is the mail archive of the ecos-discuss@sources.redhat.com mailing list for the eCos project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: about http client


"Dohun Kim" <hunkim@postech.ac.kr> writes:

> Dear eCos users,
> 
> Is there anyone who knows a http client library or codes on eCos 
> or tries to develop?
> 
> I would appreciate if you could answer.
> 

HTTP is a very simple protocol, most people who need to fetch data via
HTTP just write it from scratch. There is an HTTP client in redboot,
for downloading binaries, which you could use as a starting
point. However, most of the code there is concerned with handling the
interfaces to RedBoot and the TCP/IP stack, the HTTP protocol handling
is the smallest part.

-- 
Nick Garnett                    eCos Kernel Architect
http://www.ecoscentric.com/     The eCos and RedBoot experts


-- 
Before posting, please read the FAQ: http://ecos.sourceware.org/fom/ecos
and search the list archive: http://ecos.sourceware.org/ml/ecos-discuss


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]