lwip嵌入式的web服务器的外文翻译

lwip嵌入式的web服务器的外文翻译

ID:9298987

大小:263.00 KB

页数:42页

时间:2018-04-27

lwip嵌入式的web服务器的外文翻译_第1页
lwip嵌入式的web服务器的外文翻译_第2页
lwip嵌入式的web服务器的外文翻译_第3页
lwip嵌入式的web服务器的外文翻译_第4页
lwip嵌入式的web服务器的外文翻译_第5页
资源描述:

《lwip嵌入式的web服务器的外文翻译》由会员上传分享,免费在线阅读,更多相关内容在行业资料-天天文库

1、2011届毕业设计外文翻译毕业设计题目基于LWIP的嵌入式WEB服务器的设计与实现外文翻译题目DesignandImplementtationofTheLWIPTCP/IPStack专业通信工程班级姓名学号指导教师职称评分指标翻译工作量1.饱满2.较饱满3.一般4.较差译文质量1.好2.较好3.一般4.较差指导教师意见签名:得分:日期:评阅教师意见签名:得分:日期:DesignandImplementationofthelwIPTCP/IPStack42SwedishInstituteofComputerScienceFebruary20,2001AdamDunkelsadam@sics.se

2、1APIreference1.1DatatypesTherearetwodatatypesthatareusedforthelwIPAPI.Thesearenetbuf,thenetworkbufferabstraction,andnetconn,theabstractionofanetworkconnection.EachdatatypeisrepressentedasapointertoaCstruct.Knowledgeoftheinternalstructureofthestructshouldnotbeusedinapplicationprograms.Instead,theAPIp

3、rovidesfunctionsformodifyingandextractingnecessaryfields.1.1.1NetbufsNetbufsarebuffersthatareusedforsendingandreceivingdata.Internally,anetbufisassociatedwithapbufaspresentedinSection6.1.Netbufscan,justaspbufs,accomodatebothallocatedmemoryandreferencedmemory.AllocatedmemoryisRAMthatisexplicitlyalloc

4、atedforholdingnetworkdata,whereasreferencedmemorymightbeeitherapplicationmanagedRAMorexternalROM.Referencedmemoryisusefulforsendingdatathatisnotmodi¯ed,suchasstaticwebpagesorimages.Thedatainanetbufcanbefragmentedintodifferenlysizedblocks.Thismeansthatanapplicationmustbepreparedtoacceptfragmenteddata

5、.Internally,anetbufhasapointertooneofthefragmentsinthenetbuf.Twofunctions,netbuf_next()andnetbuf_first()areusedtomanipulatethispointer.NetbufsthathavebeenreceivedfromthenetworkalsocontaintheIPaddressandportnumberoftheoriginatorofthepacket.Functionsforextractingthosevaluesexist.1.2Bufferfunctions1.2.

6、1netbufnew()Synopsisstructnetbuf*netbufnew(void)DescriptionAllocatesanetbufstructure.Nobufferspaceisallocatedwhendoingthis,onlythetoplevelstructure.Afteruse,thenetbufmustbedeallocatedwithnetbuf_delete().1.2.2netbufdelete()Synopsisvoidnetbufdelete(structnetbuf*)DescriptionDeallocatesanetbufstructurep

7、revioslyallocatedbyacalltothenetbuf_new()function.Anybuffermemoryallocatedtothenetbufbycallstonetbuf_alloc()isalsodeallocated.ExampleThisexampleshowsthebasicmechanismsforusingnetbufs.intmain(){structn

当前文档最多预览五页,下载文档查看全文

此文档下载收益归作者所有

当前文档最多预览五页,下载文档查看全文
温馨提示:
1. 部分包含数学公式或PPT动画的文件,查看预览时可能会显示错乱或异常,文件下载后无此问题,请放心下载。
2. 本文档由用户上传,版权归属用户,天天文库负责整理代发布。如果您对本文档版权有争议请及时联系客服。
3. 下载前请仔细阅读文档内容,确认文档内容符合您的需求后进行下载,若出现内容与标题不符可向本站投诉处理。
4. 下载文档时可能由于网络波动等原因无法下载或下载错误,付费完成后未能成功下载的用户请联系客服处理。