reliable-protocol

There are 20 repositories under reliable-protocol topic.

  • norm

    USNavalResearchLaboratory/norm

    NACK-Oriented Reliable Multicast (NORM) implementation & tools (RFCs 5740, 5401)

    Language:C++98163836
  • BeRo1985/rnl

    RNL - Realtime Network Library - The opensource reliable UDP network library

    Language:Pascal8425625
  • loguntsov/reliable_udp

    Reliable protocol over UDP for Erlang

    Language:Erlang33305
  • Ghamry0x1/reliable-transport-protocol

    Implementing a Reliable Transport Protocol (from J.F. Kurose), using Alternating-Bit-Protocol and Go-Back-N versions.

    Language:C311025
  • seniorjoinu/reliable-udp

    Multiplexed, coroutine-powered reliable UDP for Kotlin using fountain codes

    Language:Kotlin30320
  • mk-fg/python-libraptorq

    Python CFFI bindings for libRaptorQ (RaptorQ RFC6330 FEC implementation)

    Language:Python22988
  • AmrHendy/tcp-protocol

    Reliable Transport Protocol (TCP) implementation using unreliable delivery mechanism.

    Language:C++8303
  • kernelgarden/freddie

    Socket framework for elixir

    Language:Elixir8200
  • rstefan1/bimodal-multicast

    An implementation of the Bimodal Multicast Protocol written in GO

    Language:Go82721
  • levitation-opensource/tcpoverudp2

    Reliably forwards TCP connections using UDP over two network interfaces in parallel.

    Language:Perl7681
  • Banyc/rtp

    A userspace reliable transport protocol; send rate governed only by delivery rate and data loss; similar to TCP performance.

    Language:Rust4100
  • bringauto/fleet-protocol

    BringAuto Fleet Protocol - simple yet reliable communication for internet-connection-unstable environments

    Language:C#3201
  • Subangkar/Reliable-Data-Transfer-Protocols-CPP-Implementation

    Reliable Transport Protocols (RDT3.0) alternating-bit-protocol (abp) and go-back-n (gbn) c++ implementation

    Language:C++3301
  • JinWuZhao/fdp

    reliable UDP protocol wrapper for file transfer

    Language:Go2101
  • ruft-reliable-udp-file-transfer

    CLOCKWORK95/ruft-reliable-udp-file-transfer

    Reliable UDP File Transfer Project (Client - Server Web Application)

    Language:C1101
  • guangqianpeng/rdp

    A Reliable ARQ Protocol Based on UDP

    Language:C++1203
  • M-Abdullah-Usmani/Reliable-data-transfer-protocol-rdt-3.0-

    This is an implementation of the reliable data transfer protocol (rdt 3.0). For the sake of simplicity I considered only uni- directional data transfer, but the control information will flow on both directions. You may use the finite state machine (FSM) of the rdt 3.0 to understand all the states, events and actions. IMPORTANT: You need to add your IP address in both server and client files(variable name: serverName) before running the scripts Note: I have implemented stop and wait protocol where only a single packet is in-flight. Furthermore, the size and count of packets to be transferred are configurable(for now, this can only be done by modifying the code. Will add console configuration option later). I have also assumed a fix timeout period.

    Language:Python1100
  • suryadev99/GoBack-N-Protocol

    In this project , you will emulate the operation of a link layer and network layer protocol in a small computer network. You will start several nodes so that they can send packets to each other as if there are links between them. Running as an independent node, your program should implement a simple version of GoBack-N Protocol Link Layer

    Language:Python1100
  • Mykhailo-Sichkaruk/Reliable-protocol-over-UDP

    Realization of own reliable. full-duplex, fast, message-aware, supporting multiple connections and sends protocol over UPD sockets.

    Language:Python0100
  • Shukti042/Computer-Networks

    Computer Networks

    Language:C10