From 8d98a90cc95cf9bb31cd627de0ba06a43c68fb99 Mon Sep 17 00:00:00 2001 From: Mikayla Date: Wed, 7 Jun 2023 16:54:12 -0400 Subject: [PATCH] Created Networking (markdown) --- Networking.md | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 Networking.md diff --git a/Networking.md b/Networking.md new file mode 100644 index 0000000..4d061d7 --- /dev/null +++ b/Networking.md @@ -0,0 +1,5 @@ +image + +## Network Architecture + +Version 2 of the network architecture identifies devices using their unique computer ID's rather than the channel they are configured to use. This allows using only 5 channels for the whole system, which are common across all the configured devices. The default channels are shown in the diagram above. On multiplayer servers, it is highly encouraged (and necessary if there is more than one system) to not use the default channels, as having two systems on the same network will cause undesirable behavior, such as devices linking to the wrong system. \ No newline at end of file