EN FR
EN FR


Section: New Software and Platforms

Srijan: Data-driven Macroprogramming for Sensor Networks

Participant : Animesh Pathak [correspondent] .

Macroprogramming is an application development technique for wireless sensor networks (WSNs) where the developer specifies the behavior of the system, as opposed to that of the constituent nodes. As part of our work in this domain, we are working on Srijan, a toolkit that enables application development for WSNs in a graphical manner using data-driven macroprogramming.

It can be used in various stages of application development, viz.,

  1. Specification of the application as a task graph,

  2. Customization of the auto-generated source files with domain-specific imperative code,

  3. Specification of the target system structure,

  4. Compilation of the macroprogram into individual customized runtimes for each constituent node of the target system, and finally

  5. Deployment of the auto generated node-level code in an over-the-air manner to the nodes in the target system.

The current implementation of Srijan targets both the Sun SPOT sensor nodes and larger nodes with J2SE. Most recently, Srijan also includes rudimentary support for incorporating Web services in the application being designed.

The software is released under open source license, and available as an Eclipse plug-in at http://code.google.com/p/srijan-toolkit/ .