Changes between Version 33 and Version 34 of Check


Ignore:
Timestamp:
Oct 12, 2010, 7:19:03 PM (14 years ago)
Author:
dan.tudose
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Check

    v33 v34  
    4747
    4848== Installation ==
    49  Sensor nodes:
     49 '''Sensor nodes:'''
    5050 * 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)
    5151 * 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.
    5252 * Program the binary into the flash memory of the node using avr-dude or AvrStudio.
    5353
    54  Edge Router:
     54 '''Edge Router:'''
    5555 * 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
    5656 * Telnet the router (its default IP address should be 192.168.1.125). You should gain access to the following interface:
     
    5858 * Turn on the Raven or Sparrow nodes. The Raven nodes emit an audible signal when connected to the net. You should see them joining the network and view the network tree by entering the "t" (Network Table) command.
    5959 
    60  Gateway:
     60 '''Gateway:'''
    6161 * 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.
    6262 *