Skip to content

Commit 71fd926

Browse files
authored
Merge pull request #411 from srobo/dgt/firewall
Document firewall port range
2 parents 2e2e6ee + ebc1e7f commit 71fd926

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

kit/brain_board/index.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -99,3 +99,18 @@ The robot settings file contains the following settings:
9999
| `wifi_region` | Region Identifier for the WiFi | `GB` |
100100
| `wifi_enabled` | Enables the WiFi | `true` |
101101
| `usercode_entrypoint` | The entry point to your Python code | `robot.py` |
102+
103+
## Firewall
104+
105+
<div class="info">
106+
This documentation refers to a feature which is only available from software version `2023.1.0` and later.
107+
</div>
108+
109+
The Brain Board has a [network firewall](https://en.wikipedia.org/wiki/Firewall_(computing)) that prevents access to applications and services on the Brain Board unless it is required.
110+
111+
If you are running code that uses networking, you will need to use a port from the range that is allocated for competitor use:
112+
113+
| Protocol | Start of Range | End of Range |
114+
|----------|----------------|--------------|
115+
| TCP | 7000 | 8999 |
116+
| UDP | 7000 | 8999 |

0 commit comments

Comments
 (0)