Repository: incubator-edgent
Updated Branches:
  refs/heads/master 2d94ce06b -> 4744f56bb


update package-info

Project: http://git-wip-us.apache.org/repos/asf/incubator-edgent/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-edgent/commit/48bbb100
Tree: http://git-wip-us.apache.org/repos/asf/incubator-edgent/tree/48bbb100
Diff: http://git-wip-us.apache.org/repos/asf/incubator-edgent/diff/48bbb100

Branch: refs/heads/master
Commit: 48bbb100843e21bed80634f9e409cdb2ec8de1b0
Parents: 8286236
Author: Dale LaBossiere <dlab...@us.ibm.com>
Authored: Wed Feb 1 16:40:36 2017 -0500
Committer: Dale LaBossiere <dlab...@us.ibm.com>
Committed: Fri Feb 24 21:53:40 2017 -0500

----------------------------------------------------------------------
 .../org/apache/edgent/connectors/iot/package-info.java    | 10 ++++++++--
 1 file changed, 8 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-edgent/blob/48bbb100/connectors/iot/src/main/java/org/apache/edgent/connectors/iot/package-info.java
----------------------------------------------------------------------
diff --git 
a/connectors/iot/src/main/java/org/apache/edgent/connectors/iot/package-info.java
 
b/connectors/iot/src/main/java/org/apache/edgent/connectors/iot/package-info.java
index a7bcde6..0e85756 100644
--- 
a/connectors/iot/src/main/java/org/apache/edgent/connectors/iot/package-info.java
+++ 
b/connectors/iot/src/main/java/org/apache/edgent/connectors/iot/package-info.java
@@ -18,9 +18,15 @@ under the License.
 */
 
 /**
- * Edgent device connector API to a message hub.
+ * Edgent IoT device and IoT Gateway device connector API to an IoT message 
hub.
  * <P>
- * Generic device model that supports a device model consisting of:
+ * An IoT device can publish device events and receive device commands from an 
IoT hub.
+ * An IoT Gateway device is an IoT device that also acts as a conduit for
+ * its "connected" IoT devices.  The connected devices lack direct 
connectivity to the
+ * IoT hub.  Their events are published and their commands are received via 
the gateway.
+ * </P>
+ * <P>
+ * More specifically, the generic device model consists of:
  * <UL>
  * <LI>
  * <B>Device events</B> - A device {@link 
org.apache.edgent.connectors.iot.IotDevice#events(org.apache.edgent.topology.TStream,
 String, int) publishes} <em>events</em> as messages to a message hub to allow

Reply via email to