From ceb52b70faca83ecb7349dea8d13f93e08388951 Mon Sep 17 00:00:00 2001 From: sam Date: Wed, 14 Feb 2024 17:18:25 +0100 Subject: [PATCH] Added documentation about issues with websockets --- docs/rpi-documentation/websockets.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/rpi-documentation/websockets.md b/docs/rpi-documentation/websockets.md index c5a612e..e08a52a 100644 --- a/docs/rpi-documentation/websockets.md +++ b/docs/rpi-documentation/websockets.md @@ -7,6 +7,10 @@ With websockets you can establish a connection between the client and the server ### How to use websockets There are different languages to serve websockets with, but we are going to use Python with the library `websockets`. This library is easy to use and has a lot of documentation. +## Issues + +### Ports +We can only use certain ports like 113, 80, 443. These are common ports and are not blocked by firewalls. Something in the network is blocking all other ports which makes it hard to use websockets.