Opened 14 years ago

Closed 9 years ago

#5677 closed enhancement (fixed)

implement c++ network stack framework

Reported by: rohitvvv@… Owned by: axeld
Priority: normal Milestone: R1
Component: Network & Internet/Stack Version: R1/Development
Keywords: gsoc2010 Cc: fredrik.holmqvist@…
Blocked By: Blocking:
Platform: x86

Description

To provide native library against liburl third party library and provide a C++ api out of it. Implement the networkbase module. Extent it with http,smtp,ftp,ftps,scp,telnet modules which are more of handlers. Presently handler for http is written which sends out http request packet which can be seen by protocol analyzer.

Attachments (4)

networkbase.cpp (3.6 KB ) - added by rohitvvv@… 14 years ago.
requestheader.cpp (2.4 KB ) - added by rohitvvv@… 14 years ago.
http.cpp (1.7 KB ) - added by rohitvvv@… 14 years ago.
abstractimplementation.cpp (962 bytes ) - added by rohitvvv@… 14 years ago.

Download all attachments as: .zip

Change History (8)

by rohitvvv@…, 14 years ago

Attachment: networkbase.cpp added

by rohitvvv@…, 14 years ago

Attachment: requestheader.cpp added

by rohitvvv@…, 14 years ago

Attachment: http.cpp added

by rohitvvv@…, 14 years ago

Attachment: abstractimplementation.cpp added

comment:1 by rohitvvv@…, 14 years ago

Version: R1/alpha1R1/Development

comment:2 by mmadia, 14 years ago

Keywords: gsoc2010 added
Summary: gsoc c++ network stack frameworkimplement c++ network stack framework

comment:3 by tqh, 14 years ago

Cc: fredrik.holmqvist@… added

comment:4 by pulkomandy, 9 years ago

Resolution: fixed
Status: newclosed

We got a Services Kit during GSoC 2010, and it's included and used now. Please open separate issues if you are interested in adding more protocols to it (FTP, ...) as it does only HTTP(S) and Gopher for now.

Note: See TracTickets for help on using tickets.