Skip to content

Commit

Permalink
Update main readme
Browse files Browse the repository at this point in the history
  • Loading branch information
alumpish committed Sep 30, 2023
1 parent 319859e commit 26d6d6c
Show file tree
Hide file tree
Showing 5 changed files with 23 additions and 13 deletions.
16 changes: 8 additions & 8 deletions CA1 - Socket Programming/README.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
# Computer Networks Course Project 1
# CA1 - Socket Programming

## Saman Eslami: 810199375
## Contents

## Ali Padyav: 810199388
- [Server Side](#server_side)
- [Client Side](#client-side)
- [Both Sides](#both-sides)
- [How to run](#how-to-run)

<br/>
<br />

# Server Side
# **Server Side**

## `Server`

Expand Down Expand Up @@ -275,7 +275,7 @@ int main() {

# **Both Sides**

The conncection between the client and the serrver is by Request-Response protocol. The client sends a request to the server and the server responds to the request. The client can send multiple requests to the server and the server can respond to multiple requests. The client and the server can send and receive messages in any order.
The conncection between the client and the server is by Request-Response protocol. The client sends a request to the server and the server responds to the request. The client can send multiple requests to the server and the server can respond to multiple requests. The client and the server can send and receive messages in any order.

The client sends a request to the server by sending a string that contains the command name and the arguments of the command. The server responds to the request by sending a string that contains the result of the command execution.

Expand Down
2 changes: 1 addition & 1 deletion CA2 - Wireless LAN Simulation/README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# CN_CHomeworks_2
# CA2 - Wireless LAN Simulation

## Contents

Expand Down
4 changes: 2 additions & 2 deletions CA3 - Routing Protocols/README.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
# Computer Networks Project 3
# CA3 - Routing Protocols

## Contents

- [Code Documentation](#code-documentation)
- [Command Line Interface](#command-line-interface)
- [Graph](#graph)
- [Graph's Command Handlin](#graphs-command-handling)
- [Graph's Command Handling](#graphs-command-handling)
- [Network's Command Handling](#networks-command-handling)

## Code Documentation
Expand Down
2 changes: 1 addition & 1 deletion CA4 - Congestion Control Algorithms/README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# CN_CHomeworks_4
# CA4 - Congestion Control Algorithms

## Contents

Expand Down
12 changes: 11 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1 +1,11 @@
# Computer-Networks-Projects
# Computer-Networks-Projects

Projects of the computer networks course (Spring 02) at the University of Tehran.


- [CA1 - Socket Programming](/CA1%20-%20Socket%20Programming/)
- [CA2 - Wireless LAN Simulation](/CA2%20-%20Wireless%20LAN%20Simulation/)
- [CA3 - Routing Protocols](/CA3%20-%20Routing%20Protocols/)
- [CA4 - Congestion Control Algorithms](/CA4%20-%20Congestion%20Control%20Algorithms/)

Contributors: [Ali Padyav](https://github.com/alumpish), [Saman Eslami](https://github.com/SamanEN)

0 comments on commit 26d6d6c

Please sign in to comment.