Changes between Version 19 and Version 20 of ZigbeeGateway


Ignore:
Timestamp:
Nov 4, 2010, 9:09:44 AM (14 years ago)
Author:
zach
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • ZigbeeGateway

    v19 v20  
    2626
    2727== Installation ==
    28 Package is available [https://svn-batch.grid.pub.ro/svn/Sensei-Cookbook/Zigbee%20to%20Sensei%20Gateway.zip here]. Just unzip the package files in a directory. Previously to run this software, it is necessary to adjust the configuration files (see [#Configuration Configuration section]).
     28Package is available [https://svn-batch.grid.pub.ro/svn/Sensei-Cookbook/Zigbee%20to%20Sensei%20Gateway.zip here]. Just unzip the package files in a directory. Before you run this software, it is necessary to adjust the configuration files (see [#Configuration Configuration section]).
    2929
    3030=== Package Content ===
     
    3939Two xml files need to be edited for properly configuring the software package before running it. These configuration files allow establishing most of the behaviour of the package without the need of compile the software.
    4040
    41 Remember that these files are read when application starts. So if you change a value, it will not be considered after restarting the application.
     41Remember that these files are read when application starts. So if you change a value, you will have to restart the application for the change to take effect.
    4242
    4343It is not needed special editor for changing these files. Whichever text editor used is enough. But special care should be followed for not modifying the overall xml structure, and the rest of the tags. Read this section before proceed to edit the files. Look for the target name that follow the text "//key=//", and you must **edit only** the text between double apostrophes after the "//value=//" text.
     
    159159=== RAI interface ===
    160160This Gateway creates a REST interface for allowing applications to iterate with the Zigbee island resources. This interface is defined in [wiki:RpObservationMeasurement Observation & Measurement].
    161 Each resource has its one URL, with the following format: "//**BASE_URL/nodeMAC/X/number**//"
     161Each resource has its own URL, with the following format: "//**BASE_URL/nodeMAC/X/number**//"
    162162* //nodeMAC// is the node MAC address in hexadecimal capital letters (16 characters).
    163163* //X// is the letter "s" for a sensor or "a" for an actuator.