随笔分类 -  tos

摘要:PT协程简介: http://blog.csdn.net/wuhenyouyuyouyu/article/details/48262447 http://dunkels.com/adam/pt/examples.html 阅读全文
posted @ 2017-12-04 17:53 未命名blogs 阅读(314) 评论(0) 推荐(0)
摘要: 阅读全文
posted @ 2017-06-25 12:18 未命名blogs 阅读(225) 评论(0) 推荐(0)
摘要:http://tinyos.stanford.edu/tinyos-wiki/index.php/TEPs TEPs TEPs, TinyOS Enhancement Proposals, document modifications to the core TinyOS structure and 阅读全文
posted @ 2017-05-21 22:08 未命名blogs 阅读(528) 评论(0) 推荐(0)
摘要:Efficient Memory Safety for TinyOS: http://www.cs.utah.edu/~coop/me/pubs/sensys07.htm Safe TinyOS 原文:http://tinyos.stanford.edu/tinyos-wiki/index.php/ 阅读全文
posted @ 2017-04-10 10:00 未命名blogs 阅读(249) 评论(0) 推荐(0)
摘要:blip UDP开发流程: 1)IPV6地址FF02::1 是本地链路范围内的全节点组播组。所有支持 IPv6 的接口将接收和处理具有此目的地址的数据包。支持 IPv6 的设备发送一个目的地址为 FF02::1 的数据包,本地链路上支持IPV6的所有节点都会收到。 2)blip UDP开发 inte 阅读全文
posted @ 2017-03-20 15:07 未命名blogs 阅读(262) 评论(0) 推荐(0)
摘要:// 顶层配件为空configuration BlinkAppC{} implementation{ // 因为使用MainC中导出的Boot接口 components MainC; components BlinkM as App,LedsC; // tos\system\TimerMilliC. 阅读全文
posted @ 2017-03-15 23:47 未命名blogs 阅读(243) 评论(0) 推荐(0)
摘要:user@XubunTOS:~/.local/share/Trash/files$ pwd/home/user/.local/share/Trash/filesuser@XubunTOS:~/.local/share/Trash/files$ 阅读全文
posted @ 2017-03-15 23:26 未命名blogs 阅读(372) 评论(0) 推荐(0)
摘要:// tos启动时点亮Led module PowerupC @safe(){ // 使用Boot接口,Boot接口中只有一个事件booted,模块使用接口时,要实现接口中的事件 // 根据提供接口要实现接口中的命令 uses interface Boot; // Leds也只是接口而已 uses 阅读全文
posted @ 2017-03-15 22:34 未命名blogs 阅读(228) 评论(0) 推荐(0)