Changes between Version 65 and Version 66 of Check


Ignore:
Timestamp:
Mar 2, 2011, 8:24:23 AM (13 years ago)
Author:
heri
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Check

    v65 v66  
    4141 * avr-dude programmer or [http://www.atmel.com/dyn/products/tools_card.asp?tool_id=2725 AVRStudio] (Windows)
    4242 * [http://www.segger.com/cms/jlink-software.html Jlink] programmer for the edge router.
    43  * [https://svn-batch.grid.pub.ro/svn/Sensei-WP5/node-rum-coap/ source code] for the sensor nodes
    44  * [https://svn-batch.grid.pub.ro/svn/Sensei-WP5/gateway/ Gateway] code
     43 * [wiki:Check-dwl for the sensor nodes
     44 * [wiki:Check-dwl Gateway] code
    4545
    4646Optional (for the edge router):
     
    5050== Installation ==
    5151 '''Sensor nodes:'''
    52  * Edit the PLATFORM option in [https://svn-batch.grid.pub.ro/svn/Sensei-WP5/node-rum-coap/rum_src/Makefile this] Makefile to match your hardware (RAVEN for RZRAVEN, leave undefined for Sparrow)
    53  * Compile the code using the above Makefile or use one of the precompiled binaries can be found in [https://svn-batch.grid.pub.ro/svn/Sensei-WP5/node-rum-coap/bin/AVR/ this] folder.
     52 * Edit the PLATFORM option in [wiki:Check-dwl this] Makefile to match your hardware (RAVEN for RZRAVEN, leave undefined for Sparrow)
     53 * Compile the code using the above Makefile or use one of the precompiled binaries can be found in the [wiki:Check-dwl AVR] folder.
    5454 * Program the binary into the flash memory of the node using avr-dude or AvrStudio.
    5555
    5656 '''Edge Router:'''
    57  * Program the edge router with this [https://svn-batch.grid.pub.ro/svn/Sensei-WP5/node-rum-coap/bin/SAM7X/SAM7X_2400mhz_ipv6_coord.bin binary] using Jlink
     57 * Program the edge router with this SAM7X_2400mhz_ipv6_coord.bin binary using Jlink
    5858 * Telnet the router (its default IP address should be 192.168.1.125). You should gain access to the following interface:
    5959[[Image(telnet.png, center)]]
     
    6363 
    6464 '''Gateway:'''
    65  * Compile and run the COAP [https://svn-batch.grid.pub.ro/svn/Sensei-WP5/gateway/ gateway] code on the machine that is connected to the edge router.
     65 * Compile and run the COAP [wiki:Check-dwl gateway] code on the machine that is connected to the edge router.
    6666 *
    6767 
     
    8484=== Project Organization ===
    8585
    86 The watchdog shares its code with the gateway implementation and can be found in the [https://ncit-cluster.grid.pub.ro/trac/Sensei-WP5/browser/gateway /gateway] folder in the SVN.
    87 
    88  * [https://ncit-cluster.grid.pub.ro/trac/Sensei-WP5/browser/gateway/bin /bin] executables
    89  * [https://ncit-cluster.grid.pub.ro/trac/Sensei-WP5/browser/gateway/src /src] Gateway and Watchdog Code
    90  * [https://ncit-cluster.grid.pub.ro/trac/Sensei-WP5/browser/gateway/xml /xml] Location of resource descriptions
    91  * [https://ncit-cluster.grid.pub.ro/trac/Sensei-WP5/browser/gateway/lib /lib] Sockets++ library
    92  * [https://ncit-cluster.grid.pub.ro/trac/Sensei-WP5/browser/gateway/config /config] Configuration files (unused)
    93  * [https://ncit-cluster.grid.pub.ro/trac/Sensei-WP5/browser/gateway/log /log] Log files (unused)
     86The watchdog shares its code with the gateway implementation and can be found [wiki:Check-dwl here].
     87
     88 * /bin executables
     89 * /src Gateway and Watchdog Code
     90 * /xml Location of resource descriptions
     91 * /lib Sockets++ library
     92 * /config Configuration files (unused)
     93 * /log Log files (unused)
    9494
    9595=== Compiling the Gateway Watchdog ===
     
    322322== Project Organization ==
    323323
    324 The code for self-healing service can be found in the [https://svn-batch.grid.pub.ro/svn/Sensei-WP5/Check-selfheal /Check-selfheal] folder in the SVN.
    325 
    326  * [https://svn-batch.grid.pub.ro/svn/Sensei-WP5/Check-selfheal/config.xml config.xml] sample configuration file
     324The code for self-healing service can be found [wiki:Check-dwl here].
     325
     326 * config.xml sample configuration file
    327327
    328328== Compiling the Self-healing service ==