From a84bea04d1ef11cdb3fc1c9a65502ee99c0eb66d Mon Sep 17 00:00:00 2001 From: talksik Date: Sat, 27 Jan 2024 14:49:47 -0800 Subject: [PATCH] adding in instructions --- README.md | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index af5414c..09cbd5e 100644 --- a/README.md +++ b/README.md @@ -1,10 +1,13 @@ # How it works -1. run local server within network -2. run client on different computers within network +1. run local server within network (use `server.sh`) +2. run client on different computers within network (run `client.sh`) +_Make sure to edit `client/src/Main.cpp` to the right ip address based on which computer you hosted the server. # Brainstorm Client should connect to websocket server. On connect, client receives a cache of most recent messages. On sending message, it is broadcasted to all connected clients, including sender. +![](https://i.imgur.com/wjnZKju.jpg) +