Skip to content

Commit

Permalink
add required ports information
Browse files Browse the repository at this point in the history
Signed-off-by: Reuben Miller <[email protected]>
  • Loading branch information
reubenmiller committed Oct 21, 2024
1 parent 1011e4b commit 6def37a
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
10 changes: 10 additions & 0 deletions docs/src/references/supported-platforms.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,16 @@ The following are the supported ARM processors:

Generally the newer ARM processors should be supported, as they are mostly based on the arm64/aarch64 architecture, however please let us know if something does not work as expected.

### Network configuration {#network_configuration}

If you using %%te%% in a controlled networked, for example, behind a corporate proxy or firewall/network manager like Palo Alto Networks, then the following port configuration is required to allow communication **to each** configured cloud (e.g. Cumulocity, AWS, Azure):

|Destination|Direction|Port|Protocol|Description|
|-----------|---------|----|--------|-----------|
|Per cloud url| Outgoing | 443 | TCP | HTTPS (Hypertext Transfer Protocol Secure) |
|Per cloud url| Outgoing | 8883 | TCP | Secure MQTT (MQTT over TLS) |


## Memory Usage

The exact memory usage of %%te%% and the MQTT broker depends on a many factors; such factors are listed below:
Expand Down
2 changes: 2 additions & 0 deletions docs/src/start/getting-started.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,8 @@ To follow this guide, you only need the following:
sudo apt-get update && sudo apt-get upgrade
```

- A network which allows communication to the [following ports](../references/supported-platforms.md#network_configuration) for each cloud URL that you plan on using

## Steps

This tutorial is divided into small steps. The first three steps are needed to install and connect to Cumulocity IoT. The last three are optional but needed to get a good overview of the capabilities of %%te%%.
Expand Down

0 comments on commit 6def37a

Please sign in to comment.