Changes between Version 8 and Version 9 of NativeGateway


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

--

Legend:

Unmodified
Added
Removed
Modified
  • NativeGateway

    v8 v9  
    33The SENSEI Gateway is a Linux daemon which acts as a resource proxy between the SENSEI System and one or more WSAN Islands. This guide shows how to use, configure and test the Gateway. In addition to its own resources offered by the management and code update plugins, the Gateway acts as a resource proxy between embedded resources offered by WSAN nodes running the CoAP protocol and eRAI/eRPI interfaces and full HTTP RAI/RPI to the SENSEI System.
    44
    5 SENSEI System (RU, RD) <----http://nodeX/-----> SENSEI Gateway <------coap://-----> WSAN Island (node1, node2 ...)
     5SENSEI System (RU, RD) <----!http://nodeX/-----> SENSEI Gateway <------!coap://-----> WSAN Island (node1, node2 ...)
    66
    77[[PageOutline(2-3,Table of Contents,inline)]]
     
    7474The plugin prepends HTTP resources with /node{ID} where ID is a generated unsigned integer. Thus a resource from a sensor node on URL /s/temp would be published as e.g. /node1/s/temp to the RD. There is a 1-1 mapping between each node{ID} and the IPv6 address of a 6LoWPAN node.
    7575
    76 Currently the plugin supports registered incoming RAI requests, the publication of RD links by sensor nodes on /rpi[0], an automatic notification collector on /notify[1] and arbitrary outgoing requests. The automatic caching of requests in planned.
     76Currently the plugin supports registered incoming RAI requests, the publication of RD links by sensor nodes on /rpi![0], an automatic notification collector on /notify![1] and arbitrary outgoing requests. The automatic caching of requests in planned.
    7777
    7878The gateway runs on UDP port 61626 and all nodes on UDP port 61628.