Difference between revisions of "Agilla's related work"

From Cyber-Physical Systems Laboratory
Jump to navigationJump to search
Line 26: Line 26:
  
 
== Reprogramming WSNs ==
 
== Reprogramming WSNs ==
* A. Boulis and M. B. Srivastava, [http://www.ee.ucla.edu/%7Eboulis/phd/SensorWare-OPENARCH-02.pdf A Framework for Efficient and Programmable Sensor Networks], In proceedings of OPENARCH 2002, New York, June 28-29, 2002. This is part of the [http://nesl.ee.ucla.edu/project/show/41 SensorWare] project.
+
* Niels Reijers and Koen Langendoen, [http://portal.acm.org/ft_gateway.cfm?id=941359&type=pdf&coll=GUIDE&dl=GUIDE&CFID=57628434&CFTOKEN=55943260 Efficient Code Distribution in Wireless Sensor Networks], In Proceedings of the 2nd ACM international Conference on Wireless Sensor Networks and Applications (San Diego, CA, USA, September 19 - 19, 2003). WSNA '03. ACM Press, New York, NY, 60-67. DOI= http://doi.acm.org/10.1145/941350.941359
  
 
* [http://www.cs.berkeley.edu/%7Ejwhui/research/deluge/ Deluge], April 2003 - Present
 
* [http://www.cs.berkeley.edu/%7Ejwhui/research/deluge/ Deluge], April 2003 - Present
 +
 +
* A. Boulis and M. B. Srivastava, [http://www.ee.ucla.edu/%7Eboulis/phd/SensorWare-OPENARCH-02.pdf A Framework for Efficient and Programmable Sensor Networks], In proceedings of OPENARCH 2002, New York, June 28-29, 2002.  This is part of the [http://nesl.ee.ucla.edu/project/show/41 SensorWare] project.
  
 
== Virtual Machines in WSNs ==
 
== Virtual Machines in WSNs ==
 
* Philip Levis and David Culler. [http://csl.stanford.edu/%7Epal/pubs/mate-asplos02.pdf Maté: A Tiny Virtual Machine for Sensor Networks]. In proceedings of the 10th International Conference on Architectural Support for Programming Languages and Operating Systems (ASPLOS X). San Jose, CA. October 5-9, 2002. [http://www.cs.berkeley.edu/~pal/mate-web/ WWW]
 
* Philip Levis and David Culler. [http://csl.stanford.edu/%7Epal/pubs/mate-asplos02.pdf Maté: A Tiny Virtual Machine for Sensor Networks]. In proceedings of the 10th International Conference on Architectural Support for Programming Languages and Operating Systems (ASPLOS X). San Jose, CA. October 5-9, 2002. [http://www.cs.berkeley.edu/~pal/mate-web/ WWW]

Revision as of 21:28, 11 December 2007

Below is a list of publications related to Agilla done by research groups from around the world. For a list of publications done by our group, see Agilla Publications.

Applications

Middleware for WSNs

Mobile Agents in WSNs

  • Hairong Qi, Xiaoling Wang, S Sitharama Iyengar, and Krishnendu Chakrabarty. "High Performance Sensor Integration in Distributed Sensor Networks Using Mobile Agents", International Journal of High Performance Computing Applications August 1, 2002 16: 325-335.

Uses mobile agents to track sensed objects moving through a sensor field. Uses "master" agents that spawn "slave" agents to help with the tracking. Basic algorithm assumes a triangular network topology. Uses safe-distance-like technique to adapt protocol to work in irregular network topologies.

Reprogramming WSNs

Virtual Machines in WSNs