Python CFFI bindings for libRaptorQ (RaptorQ RFC6330 FEC implementation)
-
Updated
Apr 2, 2018 - Python
Python CFFI bindings for libRaptorQ (RaptorQ RFC6330 FEC implementation)
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
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 y…
Realization of own reliable. full-duplex, fast, message-aware, supporting multiple connections and sends protocol over UPD sockets.
Add a description, image, and links to the reliable-protocol topic page so that developers can more easily learn about it.
To associate your repository with the reliable-protocol topic, visit your repo's landing page and select "manage topics."