whargrove / nq

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

nq

A Rust implementation of the networkQuality server spec.

Build

docker build -t nq .

Run

docker run -e PORT=8080 -p 8080:8080 --name nq nq

Manual Test

curl --http2-prior-knowledge -vvv http://nq.kentave.net:8080/api/v1/config | jq .

WIP: Using networkQuality

This doesn't work yet! It fails with a timeout.

networkQuality -k -C http://nq.kentave.net:8080/api/v1/config

About


Languages

Language:Rust 94.5%Language:Dockerfile 5.5%