Skip to main content

IoT gateway

Project description

IoT Gateway

IoT gateway is a device that connects its client devices to a IoT platforms.

@startditaa                                        
+--------+        +---------+    I2     +----------+
|        |   I1   |         +<----------+   IoT    |
| Device +<------>+ Gateway +   Bridge  | Platform | 
|        |        |         |---------->|          |
+--------+        +---------+ telemetry +----------+
                                state
@endditaa

Interface I1

Interface between Device and Gateway

Protocol: MQTT

Mqtt topics:

  • Attach
  • Unattach
  • State
  • Event
  • Config

Attach topic

  • Topic name: /attach
  • Payload: device id as string
  • Source: device

Unattach topic

  • Topic name: /unattach
  • Payload: device id as string
  • Source: device

State topic

  • Topic name: /state/<device_id>
  • Payload: device state
  • Source: device

Event topic

  • Topic name: /event/<device_id>
  • Payload: an event
  • Source: device

Interface I2

Interface between Gateway and Bridge

Protocol: MQTT

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

iot_gw-0.1.dev33.tar.gz (67.9 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page