随笔分类 - tos
摘要:PT协程简介: http://blog.csdn.net/wuhenyouyuyouyu/article/details/48262447 http://dunkels.com/adam/pt/examples.html
阅读全文
摘要:http://tinyos.stanford.edu/tinyos-wiki/index.php/TEPs TEPs TEPs, TinyOS Enhancement Proposals, document modifications to the core TinyOS structure and
阅读全文
摘要: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/
阅读全文
摘要:blip UDP开发流程: 1)IPV6地址FF02::1 是本地链路范围内的全节点组播组。所有支持 IPv6 的接口将接收和处理具有此目的地址的数据包。支持 IPv6 的设备发送一个目的地址为 FF02::1 的数据包,本地链路上支持IPV6的所有节点都会收到。 2)blip UDP开发 inte
阅读全文
摘要:// 顶层配件为空configuration BlinkAppC{} implementation{ // 因为使用MainC中导出的Boot接口 components MainC; components BlinkM as App,LedsC; // tos\system\TimerMilliC.
阅读全文
摘要:user@XubunTOS:~/.local/share/Trash/files$ pwd/home/user/.local/share/Trash/filesuser@XubunTOS:~/.local/share/Trash/files$
阅读全文
摘要:// tos启动时点亮Led module PowerupC @safe(){ // 使用Boot接口,Boot接口中只有一个事件booted,模块使用接口时,要实现接口中的事件 // 根据提供接口要实现接口中的命令 uses interface Boot; // Leds也只是接口而已 uses
阅读全文
浙公网安备 33010602011771号