Opened 15 years ago
Closed 10 years ago
#5677 closed enhancement (fixed)
implement c++ network stack framework
Reported by: | 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)
Change History (8)
by , 15 years ago
Attachment: | networkbase.cpp added |
---|
by , 15 years ago
Attachment: | requestheader.cpp added |
---|
by , 15 years ago
by , 15 years ago
Attachment: | abstractimplementation.cpp added |
---|
comment:1 by , 15 years ago
Version: | R1/alpha1 → R1/Development |
---|
comment:2 by , 15 years ago
Keywords: | gsoc2010 added |
---|---|
Summary: | gsoc c++ network stack framework → implement c++ network stack framework |
comment:3 by , 15 years ago
Cc: | added |
---|
comment:4 by , 10 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
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.