An open API service indexing awesome lists of open source software.

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: about 2 months ago
JSON representation

Implementation of AIMD pipe-lining in Java for CSN-341 Computer Networks

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
```