Found 235 repositories(showing 30)
qdeconinck
Please read https://multipath-quic.org/2017/12/09/artifacts-available.html to figure out how to setup the code.
mpvue
mpvue quickstart
🎥 A technical intro the MP4 container byte structure.
acompany-develop
A practical engine for Secure Multiparty Computation (SMPC).
hcsdtk
基于 mpx 快速搭建的商城小程序
SteveMarshall
A library to allow programmatic access to and manipulation of MPEG 4 container files.
SHARANTANGEDA
MPQUIC with ML based scheduler
MPAS-Dev
A public repository for the development and sharing of new analysis and visualization scripts
Setup MP-QUIC structure. Create a topology as below :3. Create the files client-multipath.go and server-multipath.go 4. The files are stored in location “storage-server” and are accessible by server. 5. To execute the code, follow the below steps : Run the python file exported from topology using command : - sudo python2 setup-topology.py Once the terminal enters mininet, open xterm of server and client : - xterm server client In xterm of server, run the below commands : - go build server-multipath.go - ./server-multipath storage-client Here, storage-client is the destination location where client stores its files. In xterm of client, run the below commands : - go build client-multipath.go - ./client-multipath storage-server/abc.txt 100.0.0.1 Here, 100.0.0.1 is the IP address of node - server and abc.txt is the file requested by client which is stored in location “storage-server”...Priority-Based Stream SchedulingIn MP-QUIC, when multiple streams share common path, there are chances of Inter-stream blocking, which may have severe consequences. Also, stream features such as Bandwidth,RTT Delay etc are not taken into consideration when streams are directed on paths in network. In Priority Based Scheduling, instead of making all streams competing for the fast path in a greedy fashion, we allocate paths for each stream by considering the match of stream and path features in the scheduling process. In this, streams can be prioritized by giving them priority value based on path features(bandwidth, RTT, Completion time, etc.) and then the scheduler allocates the new stream to each path with a calculated amount of data. This type of scheduling reduces the burst transmission of packets in congested path or paths with having low delay .Implementation To implement Priority based scheduling, we have assigned a priority to each stream that is created for file transfer / transfer of all the packets created. The streams are scheduled on the basis of decreasing priority of streams on a common path. For example - If 3 streams are created, and we have 2 paths available in network, then, 2 streams will be redirected to 2 paths available, and 3rd stream will be sharing the path with either Stream1 / Stream2. In this case, the stream scheduling is done on the basis of priority. The probability of a stream being selected is calculated by dividing its priority by the priority sum of all the scheduled streams on this path. Network Assisted Path schedulingThe scheduling algorithm we have now, considers the path features, RTT and many things, on the sender side. During the initiation of connection between client and server, the RTT delay is taken and fixed length cells are sent along with handshake. When a destination host receives an RM cell, it will send the RM cell back to the sender with its CI and NI bits intact. With all the information indicated by bit indicators(such as path delay,path congestion,bandwidth etc), packets are scheduled on the path The data cells will be triggered after every constant time so that scheduler can schedule the data in the best path.
Jack-Lo
mp-req的快速启动模板
koszio
Parallelizing QuickSort using OpenMP
Minokis
This is a parallel realization of quicksort algorithm, which implements MPI technology of message-passing between processes (or processors). The processors interact here as elements of a hypercube.
acompany-develop
No description available
SHARANTANGEDA
No description available
triasamo1
No description available
allnationconnect
This package implements the Multipath Extension for QUIC as specified in [draft-ietf-quic-multipath](https://datatracker.ietf.org/doc/draft-ietf-quic-multipath/).
somewhatlurker
An arduino library for using MPR121 capacitive touch sensing ICs.
acompany-develop
No description available
immerse-ucsb
Demonstrate the speed of running an LCA analysis using MplusAutomation
utahwithak
Simple Hypercube Quicksort using MPI
zacksleo
👏 mpvue quickstart for typescript
Zack-Tsang
This repository implements a DQN-based scheduler in MPQUIC
sontuphan
No description available
zhuchentong
mpvue&vue单组件&typescript
afnan47
Parallel QuickSort Implementation using MPI
ruchiralak
Quick Fit Algorithm (Dynamic Memory Allocation
parse
Quicksort implementation with MPI
PranjalGupta2199
File Transmission using MP-TCP and MP-QUIC
Abdoueck632
No description available
aakanksha7719
No description available