https://github.com/dev-ritik/aimd-implementation
  
  
    Implementation of AIMD pipe-lining in Java for CSN-341 Computer Networks 
    https://github.com/dev-ritik/aimd-implementation
  
        Last synced: 7 months ago 
        JSON representation
    
Implementation of AIMD pipe-lining in Java for CSN-341 Computer Networks
- Host: GitHub
- URL: https://github.com/dev-ritik/aimd-implementation
- Owner: dev-ritik
- Created: 2019-11-07T09:03:44.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2019-11-07T09:08:28.000Z (almost 6 years ago)
- Last Synced: 2025-01-30T13:26:09.669Z (9 months ago)
- Language: Java
- Size: 65.4 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
- 
            Metadata Files:
            - Readme: README.md
 
Awesome Lists containing this project
README
          # AIMD-implementation
Implementation of AIMD pipe-lining in Java for CSN-341 Computer Networks
## Command to run Server
```
cd aimd-java/src/main/java
javac com/ritik/Server.java
java com.ritik.Server
```
## Command to run client:
```
cd aimd-java
 ./gradlew run 
```