Skip to content

quinn-rs/quinn-interop

Repository files navigation

Quinn interop

Interoperability container for Quinn, a QUIC implementation in pure Rust.

Overview

This repository contains a server and client implementation to test interoperabilty with other QUIC and HTTP/3 implementations. It also provides a container definition to be integrated to QUIC interop runner, see the results here.

You can find the container at DockerHub: stammw / quinn-interop

Directory summary:

  • [submodule] quic-interop-runner: the testing application, to test locally
  • quinn-interop: interop application to be deployed into the container

Getting started

Start by cloning the repository with its submodules:

git clone --recursive git://github.com/quinn-rs/quinn-interop

Using your machine

First, install the runner dependencies:

pip3 install -r quic-interop-runner/requirements.txt

You will need some other dependencies on your system:

  • tshark
  • docker-compose
# Build the container
docker build -f Dockerfile  -t stammw/quinn-interop:latest .

# Run the tests
cd quic-interop-runner/
python3 run.py -d -s quic-go -c quinn

About

Interop test container for Quinn

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •