Difference between revisions of "ECE497 Project: Node.js Weather Station"

From eLinux.org
Jump to: navigation, search
Line 21: Line 21:
 
* Include your [https://github.com/ github] path as a link like this:  [https://github.com/MarkAYoder/gitLearn https://github.com/MarkAYoder/gitLearn].   
 
* Include your [https://github.com/ github] path as a link like this:  [https://github.com/MarkAYoder/gitLearn https://github.com/MarkAYoder/gitLearn].   
 
* Include any additional packages installed via '''opkg'''.
 
* Include any additional packages installed via '''opkg'''.
 +
0. install nodejs
 +
: opkg update
 +
- opkg
 +
 +
  install nodejs
 +
: opkg install nodejs-dev
 +
 +
 +
 +
1. install node package manager
 +
: curl http://npmjs.org/install.sh | sh
 +
 +
 +
 +
2. install socket.io module
 +
: npm install socket.io
 +
 +
 +
 +
3. install binary module
 +
- npm install binary
 +
 
* Include kernel mods.
 
* Include kernel mods.
 
* If there is extra hardware needed, include links to where it can be obtained.
 
* If there is extra hardware needed, include links to where it can be obtained.
 
+
* Here's the guideline to install Cloud9 easily: [https://github.com/jadonk/cloud9/blob/master/README.md]
 
== User Instructions ==
 
== User Instructions ==
  

Revision as of 13:41, 9 February 2012


Team members: Yuming Cao, Ziyi Zhang

Executive Summary

Give two sentence intro to the project.

Give two sentences telling what works.

Give two sentences telling what isn't working.

End with a two sentence conclusion.

The sentence count is approximate and only to give an idea of the expected length.

Installation Instructions

Give step by step instructions on how to install your project on the SPEd2 image.

0. install nodejs

opkg update

- opkg

  install nodejs
opkg install nodejs-dev


1. install node package manager

curl http://npmjs.org/install.sh | sh


2. install socket.io module

npm install socket.io


3. install binary module - npm install binary

  • Include kernel mods.
  • If there is extra hardware needed, include links to where it can be obtained.
  • Here's the guideline to install Cloud9 easily: [1]

User Instructions

Once everything is installed, how do you use the program? Give details here, so if you have a long user manual, link to it here.

Highlights

Here is where you brag about what your project can do.

Consider including a YouTube demo.

Theory of Operation

Give a high level overview of the structure of your software. Are you using GStreamer? Show a diagram of the pipeline. Are you running multiple tasks? Show what they do and how they interact.

Work Breakdown

List the major tasks in your project and who did what.

Also list here what doesn't work yet and when you think it will be finished and who is finishing it.

Conclusions

Give some concluding thoughts about the project. Suggest some future additions that could make it even more interesting.