NesC编程语言

发布于 2024-07-25 18:01:19 字数 1543 浏览 2 评论 0原文

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

盗心人 2024-08-01 18:01:19

在这里您会找到许多示例和许多其他文档。
http://docs.tinyos.net

Here you will find many examples and many other documentations.
http://docs.tinyos.net

属性 2024-08-01 18:01:19

对于我来说(学习 TinyOS 2 年并用它做一些嵌入式项目)我给你写一些建议:

  1. 阅读这本书 《tinyos 编程》 和教程
  2. 请查看 tinyos contrib 项目,阅读一些有趣的项目。
  3. 阅读Philip Levis的论文《Experiences from a Decade of TinyOS Development》,这篇论文对于tinyos来说非常重要。 我把它翻译成中文 ---> 看这个翻译

我想如果你想真正了解nesc编程,你必须阅读源代码app.c(由编译器ncc编译)和.nc源文件差异,另外,你最好阅读TinyOS系统的定时器和任务调度以及虚拟化部分,这个设计,TinyOS用了5年多的时间来进化。如果你想了解更多关于系统设计的信息,只需阅读TEPS。
例如,在 TEP131 中,阅读本文,您将了解TinyOS 2.x平台创建步骤。 甚至您可以创建自己的平台。

玩得开心~

For me(Study TinyOS 2 years and use it do some embedded projects) I write some advise to you:

  1. read the book 《the tinyos programming》 and tutorials
  2. check out the tinyos contrib project, read some interesting projects.
  3. read the paper by Philip Levis 《Experiences from a Decade of TinyOS Development》, this is very important paper for tinyos. I translate it into chinese ---> look this translate

I think if you want to really know nesc programming, you must read the source code app.c(compiled by compiler ncc) and the .nc source file difference, Also, You'd better read TinyOS system's Timer and Task schedule and Virtualize part, This design, TinyOS use 5 more years to evolute.if you want to know more about the system design, Just read the TEPS.
for example, In TEP131, reading this paper, You will know TinyOS 2.x platform creating steps. even you can create you own platform.

Have fun~

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文