Settings | Sign in | Sign up

There are currently 3 posts.

lwip网页显示问题

Floor 4 kk 5/11/24 9:25
在哪里拷贝网页数据呢,还有是生成的fsdata.c中的数组是在哪里调用的呢?
巨大八爪鱼 5/11/24 11:12
fsdata.c里面的数据属于应用层。lwip在前面加上tcp层,ip层和ethernet层的头部字段后,再发出去,直接printf打印这些头部字段的内容肯定会乱码。
巨大八爪鱼 5/11/24 11:14
lwip给fsdata.c里面的数据加了头部字段,形成链表后,才传给ethernetif.c的low_level_output发送函数。

Content converter:

Reply the post
Content:
User: You are currently anonymous.
Captcha:
Unclear? Try another one.
©2010-2025 Purasbar Ver3.0 [Mobile] [Desktop]
Except where otherwise noted, content on this site is licensed under a Creative Commons Attribution-ShareAlike 3.0 Unported license.