Skip to content
This repository has been archived by the owner on Jul 5, 2022. It is now read-only.
Farshid Tavakolizadeh edited this page Jul 18, 2020 · 3 revisions

The Device Gateway (DGW) offers simple abstraction of processes and acts as a gateway between the low-level hardware access protocol and a TCP/IP network.

Device Gateway Teaser

The main goals behind the DGW design are:

  • Pluggable devices support
  • Natively compiled for major platforms and architectures, including linux/arm
  • No modification/re-compilation/re-deployment of the DGW for a new device
  • Exposure of device capabilities as network services by declaration/configuration
  • Payload agnostic device exposure

Getting Started

Clone this wiki locally