GithubHelp home page GithubHelp logo

h2scope's Introduction

H2Scope

H2scope is a tool to test the features of HTTP/2 protocol

  • Basic Support (NPN/ALPN)
  • Multiplexing
  • Flow Control
  • Priority Mechanism
  • HPACK
  • HTTP/2 Ping

Installation

H2Scope use nghttp2 as the core library So the required packages are similar to what nghttp2 needs

Install the dependencies and devDependencies and start the server.

The following command can install all the required packets if you are using Ubuntu 14.04LTS

sudo apt-get install g++ make binutils autoconf automake autotools-dev libtool pkg-config \
  zlib1g-dev libcunit1-dev libssl-dev libxml2-dev libev-dev libevent-dev libjansson-dev \
  libc-ares-dev libjemalloc-dev libsystemd-dev libspdylay-dev \
  cython python3-dev python-setuptools libmysqlclient libmysqlclient-dev

Clone this repo and compile

$ https://github.com/valour01/H2Scope
$ cd H2Scope
$ make

Tool named h2scope will be installed in the H2Scope directory. Try to type ./h2scope -h for help information

If you use this code, please cite the following paper. Thanks!

Muhui Jiang, Xiapu Luo, Tungngai Miu, Shengtuo Hu and Weixiong Rao,
“Are HTTP/2 Servers Ready Yet?”, Proc. of 37th IEEE International Conference on Distributed Computing Systems (ICDCS), Atlanta, USA, June 2017.
@inproceedings{JiangICDCS17,
 author = {Muhui Jiang and Xiapu Luo and Tungngai Miu and Shengtuo Hu and Weixiong Rao},
 title = {Are HTTP/2 Servers Ready Yet?},
 booktitle = {Proc. IEEE ICDCS},
 year = {2017},
}

h2scope's People

Contributors

valour01 avatar

Watchers

James Cloos avatar Xiaoqi Li avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.