-
Notifications
You must be signed in to change notification settings - Fork 69
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
doc: Document The Things Industries Gateway Protocol
- Loading branch information
1 parent
a1cc320
commit 19549e7
Showing
3 changed files
with
23 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
--- | ||
title: "The Things Industries Gateway Protocol" | ||
description: "" | ||
weight: -1 | ||
--- | ||
|
||
{{% ttigw %}} is a proprietary protocol developed by The Things Industries. Unlike other protocols like [{{% lbs %}}]({{< relref "../lora-basics-station" >}}) and [{{% udp-pf %}}]({{< relref "../udp" >}}), {{% ttigw %}} can only be used by gateways provisioned by The Things Industries. | ||
|
||
<!--more--> | ||
|
||
{{% ttigw %}} is the most secure and bandwidth efficient protocol, designed for deploying gateways in public locations that may be using a metered backhaul like cellular. | ||
|
||
## Security | ||
|
||
{{% ttigw %}} allows for managing the gateway from {{% tts %}} in a true zero-touch fashion. Gateways supporting this protocol therefore do not require a local user interface for any local configuration, meaning that it is impossible to tamper with configuration even with physical access to the gateway. Since all configuration is done in {{% tts %}}, you don't need to be near the gateway for onboarding and configuration. | ||
|
||
{{% ttigw %}} enabled gateways use a TLS client certificate signed by The Things Industries to securely authenticate with any {{% tts %}} deployment: Cloud, Enterprise, Sandbox and Open Source. | ||
|
||
## Supported Gateways | ||
|
||
[{{% ttigpro %}}]({{< relref "../../models/thethingsindoorgatewaypro" >}}) supports {{% ttigw %}}. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
{{- printf "The Things Industries Gateway Protocol" -}} |