Skip to content

Commit ab1a631

Browse files
authored
Merge branch 'master' into dgt/robot-settings-regeneration
2 parents 1f456a1 + 71fd926 commit ab1a631

File tree

1 file changed

+17
-1
lines changed

1 file changed

+17
-1
lines changed

kit/brain_board/index.md

Lines changed: 17 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,4 +102,20 @@ The robot settings file contains the following settings:
102102

103103
If your `robot-settings.toml` is not valid, it will be automatically regenerated with valid settings. This will reset any settings you have changed back to their default values. We therefore recommend that you do not change your settings file before a competition match.
104104

105-
In software version `2023.1.0` and later, an error file will be generated if your settings are invalid: `robot-settings-error.txt`. This file contains a message explaining the problem and a copy of your old settings.
105+
In software version `2023.1.0` and later, an error file will be generated if your settings are invalid: `robot-settings-error.txt`. This file contains a message explaining the problem and a copy of your old settings.
106+
107+
108+
## Firewall
109+
110+
<div class="info">
111+
This documentation refers to a feature which is only available from software version `2023.1.0` and later.
112+
</div>
113+
114+
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.
115+
116+
If you are running code that uses networking, you will need to use a port from the range that is allocated for competitor use:
117+
118+
| Protocol | Start of Range | End of Range |
119+
|----------|----------------|--------------|
120+
| TCP | 7000 | 8999 |
121+
| UDP | 7000 | 8999 |

0 commit comments

Comments
 (0)