TCP/IP协议栈之QEMU

https://blog.csdn.net/m0_37621078/article/details/103190694

https://github.com/StreamAI/LwIP_Projects/tree/master/qemu-vexpress-a9

https://pdos.csail.mit.edu/6.828/2017/labs/lab6/

https://github.com/dreamcat4/lwip/blob/master/contrib/ports/old/ti_c6711/netif/ne2kif.c

e1000, rtl8139,virtio, dm9000

 

qemu-vexpress-a9 使用的网卡是smc911x-0  (uboot仿真中可以看出)

qemu for mini2440 (特别版)

 qemu-system-arm -M mini2440  使用的网卡是dm9000

RTEMS DM9000网卡驱动在MINI2440 QEMU上的实现

https://blog.csdn.net/coolbacon/article/details/6278942

https://blog.csdn.net/coolbacon/article/details/6279594

https://blog.csdn.net/coolbacon/article/details/6279731/

1.《TCP/IP协议栈之QEMU(零)--- LwIP开发调试环境搭建

2.《TCP/IP协议栈之LwIP(一)---网络数据包管理

3.《TCP/IP协议栈之LwIP(二)---网络接口管理

4.《TCP/IP协议栈之LwIP(三)---网际寻址与路由

5.《TCP/IP协议栈之LwIP(四)---网络诊断与状态查询

6.《TCP/IP协议栈之LwIP(五)---网络传输管理之UDP协议

7.《TCP/IP协议栈之LwIP(六)---网络传输管理之TCP协议

8.《TCP/IP协议栈之LwIP(七)---内核定时事件管理

9.《TCP/IP协议栈之LwIP(八)---Raw/Callbck API编程

10.《TCP/IP协议栈之LwIP(九)---Sequetia API编程

11.《TCP/IP协议栈之LwIP(十)---Socket API编程

12.《TCP/IP协议栈之LwIP(十一)--- LwIP协议栈移植

13.《IOT-OS之RT-Thread(十三)--- 网络分层结构 + netdev/SAL原理

14.《IOT-OS之RT-Thread(十四)--- AT命令集 + ESP8266 WiFi模块

https://stackoverflow.com/questions/37893190/running-lwip-tcp-ip-stack-with-qemu

其他

https://github.com/ronen-yacobi/LwIp_TcpUdp_EchoServer

https://github.com/Xilinx/embeddedsw

https://blog.csdn.net/longfei_3/article/details/103757018

https://blog.csdn.net/longfei_3/article/details/103882050

https://www.cnblogs.com/icode-wzc/p/12918263.html

原文地址:https://www.cnblogs.com/sinferwu/p/12997306.html