Open Systems Laboratory at Illinois

Actornet: an actor platform for wireless sensor networks

By YoungMin Kwon, Sameer Sundresh, Kirill Mechitov, and Gul Agha. In AAMAS, 1297–1300. ACM, 2006.

Publisher Link:
http://doi.acm.org/10.1145/1160633.1160871

Abstract

We present actorNet, a mobile agent platform for wireless sensor networks (WSNs). WSNs are well-suited to multiagent systems: agent autonomy reduces the need for communication, saving precious energy. Mobile agents are also an intuitive technique for remotely reprogramming sensors deployed in the field. However, implementing agent programs directly on a WSN is complicated by the many limitations of sensor nodes, including limited memory, slow processors, low bandwidth and finite energy. ActorNet eases development by providing an abstract environment for lightweight concurrent object-oriented mobile code on WSNs. As such, it enables a wide range of new dynamic applications, including fully customizable queries and aggregation functions, in-network interactive debugging and high-level concurrent programming on the inherently parallel sensor network platform. Moreover, actorNet cleanly integrates all of these features into a fine-tuned, multi-threaded embedded Scheme interpreter that supports compact, maintainable programs---a significant advantage over primitive stack-based virtual machines.

BibTeX

@inproceedings{conf/atal/KwonSMA06,
    author = "Kwon, YoungMin and Sundresh, Sameer and Mechitov,
              Kirill and Agha, Gul",
    editor = "Nakashima, Hideyuki and Wellman, Michael P. and Weiss,
              Gerhard and Stone, Peter",
    title = "ActorNet: an actor platform for wireless sensor networks",
    booktitle = "AAMAS",
    crossref = "conf/atal/2006",
    ee = "http://doi.acm.org/10.1145/1160633.1160871",
    keywords = "multi-agent systems, sensor networks, real-time
                systems",
    pages = "1297-1300",
    year = "2006",
}

@proceedings{conf/atal/2006,
    editor = "Nakashima, Hideyuki and Wellman, Michael P. and Weiss,
              Gerhard and Stone, Peter",
    title = "5th International Joint Conference on Autonomous Agents
             and Multiagent Systems (AAMAS 2006), Hakodate, Japan, May 8-12,
             2006",
    isbn = "1-59593-303-4",
    publisher = "ACM",
    year = "2006",
}