An open API service providing repository metadata for many open source software ecosystems.

Topic: "stop-and-wait"

mrchocha/Audio-Streaming-in-C

Audio streaming using customized protocol to stream the audio from server to client with added reliablity.

Language: C - Size: 58.6 KB - Last synced at: about 2 years ago - Pushed at: over 4 years ago - Stars: 10 - Forks: 3

basant-kumar/Computer_Networks_Lab

This repository contains all my work from Computer Network Lab

Language: C - Size: 4.35 MB - Last synced at: 8 months ago - Pushed at: over 7 years ago - Stars: 5 - Forks: 2

SourajitaDewasi/ComputerNetworks

Algorithms Learned During Computer Network Course

Language: C++ - Size: 76.2 KB - Last synced at: about 2 years ago - Pushed at: almost 3 years ago - Stars: 4 - Forks: 0

MuhammedKhamis/RdtOverUDP

We aimed to implement our own socket layer and reliable transport layer. So we implemented a reliable transfer service on the top of UDP/IP protocol. In other words, you need to implement a service that guarantees the arrival of datagrams in the correct order on top of the UDP/IP protocol, along with congestion control.

Language: C++ - Size: 11.9 MB - Last synced at: almost 2 years ago - Pushed at: over 6 years ago - Stars: 4 - Forks: 3

gsiddhad/Algorithms-Computer-Networks

Algorithms in Computer Networks

Language: C++ - Size: 7.81 KB - Last synced at: about 1 year ago - Pushed at: about 4 years ago - Stars: 3 - Forks: 1

jatin69/sliding-window-protocols

Event Logging based Visualization of Sliding Window Protocols.

Language: JavaScript - Size: 4.11 MB - Last synced at: about 2 years ago - Pushed at: over 5 years ago - Stars: 3 - Forks: 2

vladutmargineanu/Sliding-Window-Protocol

Homework for the Communication Protocols course @ ACS, UPB 2019

Language: C - Size: 1010 KB - Last synced at: about 2 years ago - Pushed at: over 5 years ago - Stars: 2 - Forks: 0

ManasiTilak/ComputerNetwork

Codes for computer networks course

Language: C++ - Size: 5.86 KB - Last synced at: over 1 year ago - Pushed at: over 1 year ago - Stars: 1 - Forks: 1

aayush301/Computer-Networks-Lab

This repository contains the experiments that are covered in Computer Networks Lab.

Language: C++ - Size: 5.86 KB - Last synced at: almost 2 years ago - Pushed at: about 3 years ago - Stars: 1 - Forks: 0

ahmed-k-aly/Flow-control

Creates a flow control system to send and receive data on a simulated network. Implements a stop and wait ACK protocol

Language: Java - Size: 40 KB - Last synced at: about 2 years ago - Pushed at: about 3 years ago - Stars: 1 - Forks: 0

dolnuea/anonymizer

Client-server application that anonymizes user-specified words from a text file, using two reliable data transport protocols.

Language: Python - Size: 543 KB - Last synced at: about 2 years ago - Pushed at: over 3 years ago - Stars: 1 - Forks: 1

jivatneet/Socket-Programming

Implementation of File transfer using multi-channel stop-and-wait (TCP) and Selective Repeat (UDP) protocols

Language: C - Size: 484 KB - Last synced at: about 1 year ago - Pushed at: almost 5 years ago - Stars: 1 - Forks: 3

jarrettyeap/stop-and-wait-clientsvr

Simulation of stop-and-wait ARQ.

Language: Java - Size: 136 KB - Last synced at: over 1 year ago - Pushed at: about 10 years ago - Stars: 1 - Forks: 0

Shojiyao12/Basic_Network_Programming_Implementation

A network simulator for testing reliable data transfer protocols in Python. This simulator implements two key protocols: Stop-and-Wait: Sends one packet at a time and waits for an acknowledgment before sending the next. Go-Back-N: Uses a sliding window mechanism to send multiple packets before requiring an acknowledgment.

Language: Python - Size: 0 Bytes - Last synced at: 2 months ago - Pushed at: 2 months ago - Stars: 0 - Forks: 0

Winterwind/UDP_Sim

Simulations of the Stop-and-Wait & Go-Back-N UDP protocols (results print in terminal from the client files)

Language: TeX - Size: 572 KB - Last synced at: about 2 months ago - Pushed at: 5 months ago - Stars: 0 - Forks: 0

syed-azim-git/Flow_control_ARQ_protocols_and_Routing_Algorithms

Simulations of three important flow control ARQ protocols used in Data Link Layer and Transport Layer of Communication network layers.

Language: Python - Size: 15.6 KB - Last synced at: 5 months ago - Pushed at: 5 months ago - Stars: 0 - Forks: 0

prempreetbrar/UDPFileTransferrer

A stop-and-wait reliable data transfer FTP client based on UDP.

Language: Java - Size: 26.7 MB - Last synced at: about 1 month ago - Pushed at: about 1 year ago - Stars: 0 - Forks: 1

Packet-Racers/core

The official Packet Racers crate

Language: Rust - Size: 23.4 KB - Last synced at: almost 2 years ago - Pushed at: almost 2 years ago - Stars: 0 - Forks: 0

sourav200199/Networks-and-Communication

This repo contains all the important questions for Computer Networks in Python and C++. Also some of the codes are done in Python socket programming for better understanding of the problems

Language: Python - Size: 7.81 KB - Last synced at: almost 2 years ago - Pushed at: about 2 years ago - Stars: 0 - Forks: 0

david-shmailov/Computer-Networks-Lab

A repository comprising of 4 network laboratory assignments conducted by David Shmailov and Neriya Izchaki

Language: C++ - Size: 59.6 KB - Last synced at: about 2 years ago - Pushed at: over 2 years ago - Stars: 0 - Forks: 0

man-yadul/S6-CSL332-NETWORKING-LAB

Language: C - Size: 111 KB - Last synced at: about 2 years ago - Pushed at: over 2 years ago - Stars: 0 - Forks: 0

hyPnOtICDo0g/dc-sim

Simulate popular techniques in the field of data communication.

Language: Python - Size: 13.7 KB - Last synced at: about 2 years ago - Pushed at: almost 3 years ago - Stars: 0 - Forks: 0

caiofov/ActiveObjects-Java

Final project of Programming Languages subject

Language: Java - Size: 8.79 KB - Last synced at: about 1 month ago - Pushed at: about 3 years ago - Stars: 0 - Forks: 0

DocentSzachista/NIDUC-2021

Implementacja i symulacja wybranych protokołów transferu plików

Language: Python - Size: 175 KB - Last synced at: over 1 year ago - Pushed at: almost 4 years ago - Stars: 0 - Forks: 0

scriptographers/CS252-Lab-3

Lab 3, Computer Networks, Spring 2021, IIT Bombay

Language: C - Size: 111 KB - Last synced at: over 1 year ago - Pushed at: about 4 years ago - Stars: 0 - Forks: 0

Lernni/htw-rn-udp-filetransfer

Java-Konsolenanwendung, die eine Dateiübertragung zwischen zwei Hosts über UDP und Stop-And-Wait ermöglicht

Language: Java - Size: 615 KB - Last synced at: about 2 years ago - Pushed at: over 4 years ago - Stars: 0 - Forks: 0