📄 readme
字号:
README for Chirp running over S-MAC without modificationAuthor/Contact: weiye@isi.eduDescription:The application is copied from tinyos-1.x/apps/Chirp/ to demonstrate thecompatibility provided by S-MAC stack that allows applications developed on standard UCB's stack (based on GenericComm and AMStandard) to run overS-MAC with out any modifications.There is no modifications in ChirpM.nc and ChirpMsg.h. The only modificationin Chirp.nc is to include config.h at its beginning. config.h is used to configure S-MAC. For example, in the Chirp application, S-MAC is configuredto run in fully active mode (no sleep cycles). If config.h file is notincluded by Chirp.nc, default configurations of S-MAC will be used (10% dutycycle with adaptive listen, and packets won't be sent if no neighbor isdiscovered).Makefile is modified to include correct search paths.The following is the original README for Chirp applicationREADME for ChirpAuthor/Contact: tinyos-help@millennium.berkeley.eduDescription:Chirp is an application that periodically obtains sensor data fromthe photo sensor and sends the data over the radio. The applicationdemonstrates: * how to obtain data from the ADC * how to send a packet * how to use the Timer configurationTools:NoneKnown bugs/limitations:None
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -