From 1bafce0015cd72dd35226b3fd029fd3b734c4bc7 Mon Sep 17 00:00:00 2001 From: Sam Hos Date: Tue, 12 Mar 2024 11:05:11 +0100 Subject: [PATCH] Added documentation --- docs/rpi-documentation/websockets.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/rpi-documentation/websockets.md b/docs/rpi-documentation/websockets.md index e69d2b8..c10d5e6 100644 --- a/docs/rpi-documentation/websockets.md +++ b/docs/rpi-documentation/websockets.md @@ -9,6 +9,8 @@ There are different languages to serve websockets with, but we are going to use ## Issues +Not all ports are open so we need to make a reverse proxy to use websockets. + ### 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.