You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: kit/brain_board/index.md
+15Lines changed: 15 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -99,3 +99,18 @@ The robot settings file contains the following settings:
99
99
|`wifi_region`| Region Identifier for the WiFi |`GB`|
100
100
|`wifi_enabled`| Enables the WiFi |`true`|
101
101
|`usercode_entrypoint`| The entry point to your Python code |`robot.py`|
102
+
103
+
## Firewall
104
+
105
+
<divclass="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, such as `Flask`, you will need to use a port from the range that is allocated for competitor use:
0 commit comments