Skip to content

Commit

Permalink
doc: Move networking to reference
Browse files Browse the repository at this point in the history
  • Loading branch information
KrishnaIyer committed Dec 20, 2019
1 parent a13f210 commit 04d7653
Showing 1 changed file with 11 additions and 3 deletions.
14 changes: 11 additions & 3 deletions doc/networking.md → doc/content/reference/networking/_index.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,18 @@
# The Things Stack Networking
---
title: "Networking"
description: ""
weight: 20
---

The Things Stack uses a port per protocol, with a TLS counterpart when applicable. Ports can be shared by multiple services using the same protocol, i.e. gRPC services sharing management, data and events services.
{{% tts %}} uses a port per protocol, with a TLS counterpart when applicable. Ports can be shared by multiple services using the same protocol, i.e. gRPC services sharing management, data and events services.

<!--more-->

## Port Allocations

| Purpose | Protocol | Authentication | Port | Port (TLS) |
The following table lists the default ports used.

| **Purpose** | **Protocol** | **Authentication** | **Port** | **Port (TLS)** |
| --- | --- | --- | --- | --- |
| Gateway data | [Semtech Packet Forwarder](https://github.com/Lora-net/packet_forwarder/blob/master/PROTOCOL.TXT) | None | 1700 (UDP) | N/A |
| Gateway data | MQTT (V2) | API key, token | 1881 | 8881 |
Expand Down

0 comments on commit 04d7653

Please sign in to comment.