Skip to content

sleepybishop/pathflow

Folders and files

NameName
Last commit message
Last commit date

Latest commit

7f7acbc · Dec 17, 2020

History

1 Commit
Dec 17, 2020
Dec 17, 2020
Dec 17, 2020
Dec 17, 2020
Dec 17, 2020
Dec 17, 2020
Dec 17, 2020
Dec 17, 2020

Repository files navigation

pathflow

pathflow will determine the optimum set of packets to send via a collection of paths with known characteristics:

  • Throughput (packets/s)
  • Latency
  • Loss rate
  • Packets enqueued

the problem is defined in the problem.txt file, in the following format:

N: <number of paths>
K: <number of packets in payload>
Ps: <probability of success>

followed by N lines in the format

<packets/s> <latency> <loss rate> <packets in queue>

implementation based on AeroMTP

Releases

No releases published

Packages

No packages published