Giter VIP home page Giter VIP logo

selective-repeat's Introduction

Selective Repeat

Overview

This project simulates a selective-repeat protocol with a sliding window for reliable data transmission. The implementation consists of a Logger class for logging events, a CircularBuffer class for managing the sliding window, a Frame class for representing data packets, and separate Sender and Receiver classes for handling the transmission process. The Main class ties everything together and allows users to configure and run the simulation.

Selective Repeat

Running the Project using Github actions

To run the project using GitHub Actions:

  • Navigate to the "Actions" tab in your GitHub repository.

  • Find the "Compile and Run" workflow in the list of available workflows.

  • Click "Run workflow" to start the workflow manually. The project will be compiled and run using the specified configuration.

  • To view the progress and logs of the workflow, click on the specific run of the "Compile and Run" workflow.

Running the Project on your local machine

Requirements

  • Java JDK (version X or higher)
  • Jansi library (version 2.3.4 or higher)
  • Maven

Clone the repository:

git clone https://github.com/Babatunde50/selective-repeat.git

Change to the project directory:

cd selective-repeat

Compile the project:

mvn clean compile

Run the project:

mvn exec:java -Dexec.mainClass="application.main.Main"

The application will start and run the selective-repeat protocol simulation based on the specified window size and packet loss probability.

selective-repeat's People

Contributors

adrmisty avatar babatunde50 avatar

Stargazers

 avatar  avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.