Difference between revisions of "Smallish but Useful Projects"

From Cyber-Physical Systems Laboratory
Jump to navigationJump to search
Line 2: Line 2:
 
A list of small projects that can be used for a variety of purposes, e.g., course projects, PhD rotations, and undergrad/master students research in the lab.
 
A list of small projects that can be used for a variety of purposes, e.g., course projects, PhD rotations, and undergrad/master students research in the lab.
  
== Wireless Sensor Networks Projects ==
+
== Wireless Sensor Networks ==
  
 
1. Appliance metering system.
 
1. Appliance metering system.
 
Requirements:
 
Requirements:
* IPv6 is a must.
+
* Use IPv6 stack over low-power wireless networks (6LoWPAN and ROLL).
 
* Use of modern metering equipment (can be custom built) for 110V and 220V appliances.
 
* Use of modern metering equipment (can be custom built) for 110V and 220V appliances.
 
* One and three phase metering. Support outlet and inductive metering.
 
* One and three phase metering. Support outlet and inductive metering.
 
* Metering in the junction box.
 
* Metering in the junction box.
* Issue of reliable, efficient, and scalable transport of data
+
* Issue of reliable, efficient, and scalable transport of data.
  
 
2. Learning and experiment with CoAP (in Contiki).
 
2. Learning and experiment with CoAP (in Contiki).
Rigorous experimentation with a number of CoAP libraries. Can be a comparative study, or a deep dive into the usefulness of CoAP. Among other things (your innovation) report on memory use, latency, etc. With CoAP you should be able to even mix TinyOS and Contiki motes and take the data all the way to the cloud. Address questions such as: Does this make your application more RESTful? This offers a fruitful ground for experiments....
+
Rigorous experimentation with a number of CoAP libraries. Can be a comparative study, or a deep dive into the usefulness of CoAP. Among other things (your innovation) report on memory use, latency, etc. With CoAP you should be able to even mix TinyOS and Contiki motes and take the data all the way to the cloud. Address questions such as: Does this make your application more RESTful? This offers a fruitful ground for experiments!
  
3. A systematic comparison of CTP vs. Blip under different scenarios.
+
3. A systematic comparison of CTP vs. Blip in TinyOS under different scenarios.
An hands on exploration of Blip robustness (or fragility).
+
CTP (Collection Tree Protocol) is the data collection protocol in TinyOS: [http://www.tinyos.net/tinyos-2.x/doc/html/tep123.html]
 +
Blip is the IPv6 network stack in TinyOS: [http://tinyos.stanford.edu/tinyos-wiki/index.php/BLIP_Tutorial]
 +
 
 +
An hands-on exploration of Blip robustness (or fragility) in TinyOS.
 
* Option to compare and contrast it with NanoIP: http://www.cwc.oulu.fi/nanoip/
 
* Option to compare and contrast it with NanoIP: http://www.cwc.oulu.fi/nanoip/
 
* Take a look at uIP: http://en.wikipedia.org/wiki/UIP_%28micro_IP%29
 
* Take a look at uIP: http://en.wikipedia.org/wiki/UIP_%28micro_IP%29
 
* and IwIP: http://en.wikipedia.org/wiki/LwIP
 
* and IwIP: http://en.wikipedia.org/wiki/LwIP
  
4. Same to 1, but for Rahav's fall study project.
+
4. Learn and experience Allseen.
 
+
Implementation and report on your experience of using AllSeen.  
5. Learn and experience Allseen.
+
AllSeen: https://allseenalliance.org
Implementation and report on your experience of using AllSeen. Compare and contrast it with CoAP and sMAP (BOSS), or others.
 
  
6. Systematic comparison of IoT cloud services
+
5. Systematic comparison of IoT cloud services
 
Explore for yourself if the cloud is worthy and useful. Which one are easy to use services? What was the added value?
 
Explore for yourself if the cloud is worthy and useful. Which one are easy to use services? What was the added value?
 
To aid you in this task, here is a starter list of services:
 
To aid you in this task, here is a starter list of services:

Revision as of 22:37, 22 January 2015

A list of small projects that can be used for a variety of purposes, e.g., course projects, PhD rotations, and undergrad/master students research in the lab.

Wireless Sensor Networks

1. Appliance metering system. Requirements:

  • Use IPv6 stack over low-power wireless networks (6LoWPAN and ROLL).
  • Use of modern metering equipment (can be custom built) for 110V and 220V appliances.
  • One and three phase metering. Support outlet and inductive metering.
  • Metering in the junction box.
  • Issue of reliable, efficient, and scalable transport of data.

2. Learning and experiment with CoAP (in Contiki). Rigorous experimentation with a number of CoAP libraries. Can be a comparative study, or a deep dive into the usefulness of CoAP. Among other things (your innovation) report on memory use, latency, etc. With CoAP you should be able to even mix TinyOS and Contiki motes and take the data all the way to the cloud. Address questions such as: Does this make your application more RESTful? This offers a fruitful ground for experiments!

3. A systematic comparison of CTP vs. Blip in TinyOS under different scenarios. CTP (Collection Tree Protocol) is the data collection protocol in TinyOS: [1] Blip is the IPv6 network stack in TinyOS: [2]

An hands-on exploration of Blip robustness (or fragility) in TinyOS.

4. Learn and experience Allseen. Implementation and report on your experience of using AllSeen. AllSeen: https://allseenalliance.org

5. Systematic comparison of IoT cloud services Explore for yourself if the cloud is worthy and useful. Which one are easy to use services? What was the added value? To aid you in this task, here is a starter list of services: