ljymoonlight

导航

< 2025年3月 >
23 24 25 26 27 28 1
2 3 4 5 6 7 8
9 10 11 12 13 14 15
16 17 18 19 20 21 22
23 24 25 26 27 28 29
30 31 1 2 3 4 5

统计

08 2021 档案

USB RNDIS 协议
摘要:### USB枚举流程 阅读全文

posted @ 2021-08-29 19:09 ljymoonlight 阅读(395) 评论(0) 推荐(0) 编辑

USB LPC USB-rom 库
摘要:LPC USB-ROM支持的设备类型 USB-ROM内置支持众多的USB设备类型,但不能涵盖所有的设备类型,当需要的设备类型,不存在 可以使用用户自定义的设备类型。 阅读全文

posted @ 2021-08-29 16:03 ljymoonlight 阅读(60) 评论(0) 推荐(0) 编辑

USB RNDIS 手机上默认IP
摘要:使用华为手机,开启RNDIS功能默认IP 手机连接到电脑后,使用ipconfig 能够查看到一个IP,但是此时通信还需要获取手机上的IP, 但是怎么查看都没有找到,后面在网上看到默认的IP如下。 RNDIS的网口IP地址默认是192.168.42.129, 非root的手机是无法修改的 root的手 阅读全文

posted @ 2021-08-28 21:21 ljymoonlight 阅读(939) 评论(0) 推荐(0) 编辑

LWIP netif 初步学习
摘要:简单化后的netif struct netif { struct netif *next; //显然可以存在多网卡组成单向链表. #if LWIP_IPV4 ip_addr_t ip_addr; ip_addr_t netmask; ip_addr_t gw; #endif /* LWIP_IPV4 阅读全文

posted @ 2021-08-28 15:52 ljymoonlight 阅读(229) 评论(0) 推荐(0) 编辑

USB 驱动描述符资料整理
摘要:转载: https://www.sogou.com/link?url=hedJjaC291OJGveKiiKio1uWkymzJPK9__i_jJLRwoC3flKkozUyRdX4jmjTa-3b8tnKg_gCWuEZdDn910lpbdfz8XwxnIEXEWlRQXly7NP_YbAJDPN 阅读全文

posted @ 2021-08-27 00:17 ljymoonlight 阅读(281) 评论(0) 推荐(0) 编辑

USB 设备类型
摘要:![](https://img2020.cnblogs.com/blog/2204133/202108/2204133-20210823232712709-1336995614.png) ![](https://img2020.cnblogs.com/blog/2204133/202108/2204133-20210823232816125-2077450094.png) ![](https:// 阅读全文

posted @ 2021-08-23 23:30 ljymoonlight 阅读(113) 评论(0) 推荐(0) 编辑

RNDIS chrome 调试usb 设备
摘要:chrome 进入界面 chrome://inspect/#devices 阅读全文

posted @ 2021-08-09 21:14 ljymoonlight 阅读(55) 评论(0) 推荐(0) 编辑

RNDIS 相关资料
摘要:最近需要关于RNDIS 开发, 下面是后面关于RNDIS的学习整理。 https://github.com/fetisov/lrndis 阅读全文

posted @ 2021-08-08 21:21 ljymoonlight 阅读(86) 评论(1) 推荐(0) 编辑

golang beego https 使用问题
摘要:端口被占用问题 http 和 https 同时都需要支持时候会出现 开启http和https时,https端口占用问题 原因: 因为配置conf中少配置一项: EnableHTTP = true EnableDocs = true EnableHTTPS=true Graceful= true # 阅读全文

posted @ 2021-08-08 20:14 ljymoonlight 阅读(230) 评论(0) 推荐(0) 编辑

golang Email server 端开发
摘要:出处: https://studygolang.com/articles/14256 还没有验证过,代码验证 package main import ( "fmt" "net" "os" ) type Mail struct { clientName string from string to st 阅读全文

posted @ 2021-08-03 22:21 ljymoonlight 阅读(284) 评论(0) 推荐(0) 编辑

点击右上角即可分享
微信分享提示