合集-lwip各模块应用demo

摘要:lwip使用UDP通信作为网络的打印日志示例代码,参考代码如下 点击查看代码 // #ifndef __UDP_Send_H #define __UDP_Send_H #include "lwip/udp.h" #include "lwip/ip.h" #include "lwip/netif.h" 阅读全文
posted @ 2024-07-19 21:08 BUG_KING 阅读(207) 评论(0) 推荐(0)
摘要:/**/ 点击查看代码 #include "CompletePing.h" /** ping identifier - must fit on a u16_t */ #ifndef PING_ID #define PING_ID 0xAFAF// Ping包的唯一ID #endif #define 阅读全文
posted @ 2024-09-26 16:13 BUG_KING 阅读(390) 评论(0) 推荐(0)