Skip to content
Snippets Groups Projects
Commit 49fcfb0a authored by mohamad.moussa's avatar mohamad.moussa
Browse files

Fix README - Description (messages)

parent 63091763
Branches
No related tags found
No related merge requests found
......@@ -18,8 +18,8 @@ The exercise involves the following steps, [main file](./sock.py):
- Each node reads its neighbors file.
- Each node starts a server socket to listen for incoming connections
2. Message Exchange:
- Each node sends a message of type "REQUEST_WEIGHT" to all its neighbors.
- Upon receiving a message of type REQUEST_WEIGHT, a node responds by sending back a message of type "W
- Each node sends a message of type **REQUEST_WEIGHT** to all its neighbors.
- Upon receiving a message of type **REQUEST_WEIGHT**, a node responds by sending back a message of type **WEIGHTS** to the requesting node.
- Each node logs its activities and messages.
## Neighbors Configuration
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment