Dash-Industry-Forum / SAND-HTTP-Conformance-Client

SAND client validating SAND messages sent by a SAND server, a.k.a DANE

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

SAND Conformance Client

Build Status

This implements a conformance client for ISO/IEC 23009-5 Server And Network- asssited DASH (SAND).

It validates the incoming SAND messages as well as the protocols used by the DANE.

Requirements

Installation

pip install -r requirements.txt

Usage

Help documentattion:

python sand_client.py --help

Outputs:

Usage: sand_client.py [OPTIONS]

  Execute the request and the validation of the received HTTP response.

Options:
  -u, --url_to_request TEXT       DANE URL to request, e.g. http://mydane.com
  -p, --protocol [assistance|enforcement|error]
                                  Protocols to carry PER messages specified in
                                  ISO/IEC 23009-5
  --help                          Show this message and exit.

About

SAND client validating SAND messages sent by a SAND server, a.k.a DANE

License:BSD 3-Clause "New" or "Revised" License


Languages

Language:Python 100.0%