Changes between Version 28 and Version 29 of Check


Ignore:
Timestamp:
Oct 12, 2010, 6:43:17 PM (14 years ago)
Author:
dan.tudose
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Check

    v28 v29  
    1313 * '''Check Services''': Self-healing, Task Scheduling and Monitoring Framework.
    1414
    15 == Hardware/Software Architecture ==
     15== Hardware-Software Architecture ==
    1616
    1717An entire Check WSN architectural example is given in the diagram below. The sensor network itself is built around [http://www.atmel.com/dyn/Products/tools_card.asp?tool_id=4291 RZRAVEN] and Sparrow nodes that form a heterogeneous multi-hop network using a modified version of Atmel's [http://sensei-dev1.grid.pub.ro:8184/rd RUM] protocol over which we ported the Binary Web Services application and our own task scheduling and monitoring apps.
     
    2626
    2727== Hardware Requirements==
     28
     29In order to build a working WSN Island, the following devices and tools are needed:
    2830 * Ubuntu or Windows PC.
    2931 * [http://www.atmel.com/dyn/Products/tools_card.asp?tool_id=4291 RZRAVEN] or Sparrow nodes
     
    3335
    3436== Software Requirements==
     37
     38 * avr-gcc compiler or [http://winavr.sourceforge.net/ WinAVR] (for Windows)
     39 * avr-dude programmer or [http://www.atmel.com/dyn/products/tools_card.asp?tool_id=2725 AVRStudio] (Windows)
     40 * [https://svn-batch.grid.pub.ro/svn/Sensei-WP5/node-rum-coap/ source code] for the sensor nodes
     41 * [https://svn-batch.grid.pub.ro/svn/Sensei-WP5/gateway/ Gateway] code
     42
     43Optional (for the edge router):
     44 * [http://www.utasker.com/ uTasker] source code
     45 * [http://www.codesourcery.com/sgpp/lite/arm ARM g++] compiler
     46
    3547= Monitoring and reprogramming=
    3648