Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/teto/mptcpanalyzer
Software suite to analyze/control Multipath TCP (MPTCP) behavior
https://github.com/teto/mptcpanalyzer
haskell mptcp
Last synced: 17 days ago
JSON representation
Software suite to analyze/control Multipath TCP (MPTCP) behavior
- Host: GitHub
- URL: https://github.com/teto/mptcpanalyzer
- Owner: teto
- Created: 2021-09-08T23:55:56.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-10-30T17:53:04.000Z (about 1 year ago)
- Last Synced: 2024-03-23T00:34:25.254Z (10 months ago)
- Topics: haskell, mptcp
- Language: Haskell
- Homepage:
- Size: 13.1 MB
- Stars: 1
- Watchers: 3
- Forks: 3
- Open Issues: 14
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-network-stuff - **11**星
README
Presentation
===This repository contains software for multipath TCP:
- [mptcp](./mptcp): basic haskell library used by the other projects
- [mptcp-pm](./mptcp-pm): a userspace path manager
- [mptcpanalyzer](./mptcpanalyzer): a tool to help with MPTCP pcap analysisMptcpanalyzer accepts packet capture files (\*.pcap) as inputs and from there you can:
- list MPTCP connections
- compute statistics on a specific MPTCP connection (list of subflows, reinjections, subflow actual contributions...)
- export a CSV file with MPTCP fields
- plot one way delays
- ...See its README for more info.
See [this blog](http://teto.github.io/tags/mptcp.html) for more tutorials about mptcpanalyzer.
# Acknowledgements
This project is founded by ![NGI pointer](mptcpanalyzer/img/ngi_logo.png).