上一页 1 ··· 6 7 8 9 10 11 12 13 14 ··· 18 下一页

2018年4月12日

RFC笔记,IPv6 Node Requirements

摘要: 路由器节点必须能够生成链路本地地址 5.9.2. IPv6 Stateless Address Autoconfiguration - RFC 4862 Hosts MUST support IPv6 Stateless Address Autoconfiguration as defined in 阅读全文

posted @ 2018-04-12 15:45 yanhc 阅读(237) 评论(0) 推荐(0)

2018年4月7日

装系统

摘要: https://www.zhihu.com/question/23042197 推荐用的微软官方的工具老报错, Status: We were unable to copy your files. Please check your USB device and the seclected ISO 阅读全文

posted @ 2018-04-07 13:59 yanhc 阅读(187) 评论(0) 推荐(0)

2018年3月29日

C标准库与嵌入式

摘要: stddef.h,其中包括size_t,sizeof函数返回值,不同平台的大小不一致 Size and pointer difference types[edit] The C language specification includes the typedefs size_t and ptrdi 阅读全文

posted @ 2018-03-29 14:21 yanhc 阅读(302) 评论(0) 推荐(0)

2018年3月15日

消息队列实现双向通信

摘要: 消息队列实现双向通信应该用两个消息来实现,单个消息队列是单向的,两个单向的消息队列,实现双向。 Where can I find a bidirectional messaging queue? If you need an immediate reply to a message, then yo 阅读全文

posted @ 2018-03-15 23:39 yanhc 阅读(2407) 评论(0) 推荐(0)

2018年3月11日

lwip nd没有实现ra,contik有参考

摘要: lwip中关于nd的实现,没有路由器的功能,不能发送ra 在contiki中发现有nd发送ra的实现, contiki/core/net/ipv6/uip-ds6.c 在rs的接收处理中,发送sollicited,在定时器中定期发送periodic。 发送solicted的时候,其实,是让定时器直接 阅读全文

posted @ 2018-03-11 00:05 yanhc 阅读(561) 评论(0) 推荐(0)

2018年2月26日

一个sio.c的实现及遇到的多任务执行问题

摘要: https://sourceforge.net/p/cadcdev/lwip/ci/491e00038f26dc5d775f120aa49519a066819ebf/tree/kos/sio.c 上面这个实现似乎没有实现block 下面的实现,一开始while死循环处没有加Delay(1);,结果, 阅读全文

posted @ 2018-02-26 23:18 yanhc 阅读(1029) 评论(0) 推荐(0)

2018年2月7日

交换机和路由器

摘要: https://community.fs.com/blog/do-you-know-the-differences-between-hubs-switches-and-routers.html 介绍hub,switch,router,有动图,很形象 http://blog.csdn.net/wuru 阅读全文

posted @ 2018-02-07 22:37 yanhc 阅读(176) 评论(0) 推荐(0)

2018年2月5日

调用winpcap发送路由器公告

摘要: #include #include #include #pragma comment(lib, "packet.lib") #pragma comment(lib, "wpcap.lib") int main(int argc, char **argv) { pcap_t *fp; char errbuf[PCAP_ERRBUF_SIZE]; u_ch... 阅读全文

posted @ 2018-02-05 23:38 yanhc 阅读(463) 评论(0) 推荐(0)

2018年1月2日

Digital Twin 数字孪生

摘要: GE的一个NB视频:http://v.youku.com/v_show/id_XMjk0NTMzODIyNA==.html http://www.gongkong.com/news/201701/354714.html “Digital Twin”既不是西门子的提出的,又非GE出品。根据目前所看到的 阅读全文

posted @ 2018-01-02 20:51 yanhc 阅读(6843) 评论(1) 推荐(1)

2018年1月1日

RTEMS进程同步机制

摘要: 互斥量 好像没有互斥量,信号量接收那儿有个图,互斥量似乎术语一类特殊的信号量。 信号量 12. Semaphore Manager 12.1. Introduction The semaphore manager utilizes standard Dijkstra counting semapho 阅读全文

posted @ 2018-01-01 23:07 yanhc 阅读(282) 评论(0) 推荐(0)

上一页 1 ··· 6 7 8 9 10 11 12 13 14 ··· 18 下一页

导航