Skip to content
Snippets Groups Projects
Select Git revision
  • 6843145a2887fb2496a2b5cef30ffabae2402cda
  • main default
  • m21_40231_doc_log
  • issue40225_chutneyb8e0deb8ae43864b3301cf04cc24622a8040bac0
  • issue40225
  • m21_hangs
  • m21_issue40225_chutney_dev
  • m21_issue40225_chutney
  • m21_fixbytesgen
  • m21_issue40220_01
  • m21_issue40220
  • m21_chutney
  • m21_issue40216_01
  • issue40216
  • m21_16mib
  • issue20217_mem
  • mem
  • atomic_write_bug
  • ulrandomdata_01
  • ulrandomdata
  • analisys80_02
  • m21_analisys80
  • v2.1.0
  • v2.0.0
  • v1.9.0
  • v1.8.1
  • v1.8.0
  • v1.7.0
  • v1.6.0
  • v1.5.2
  • v1.5.1
  • v1.5.0
  • v1.4.0
  • v1.3.0
  • v1.2.0
  • v1.1.0
  • v1.0.5
  • v1.0.4
  • v1.0.3
  • v1.0.2
  • v1.0.1
  • v1.0.0
42 results

sbws

  • Open with
  • Download source code
  • Your workspaces

      A workspace is a virtual sandbox environment for your code in GitLab.

      No agents available to create workspaces. Please consult Workspaces documentation for troubleshooting.

  • Forked from The Tor Project / Network Health / sbws
    504 commits behind the upstream repository.
    juga0's avatar
    juga authored
    - Create new KeyValues constants for the new v1.5.0 KeyValues
    - Instanciate State in Header.from_results so that there is no need
      to create new methods for all the header KeyValues that are read
      from the state file
    - Add tor_version to the kwargs to initialize the Header
    - Write tor_version in the state file when the scanner is started
    
    Closes: #30196.
    6843145a
    History

    Readme

    Build Status

    Simple Bandwidth Scanner (called sbws) is a Tor bandwidth scanner that generates bandwidth files to be used by Directory Authorities.

    The scanner measures the bandwidth of each relay in the Tor network (except the directory authorities) by creating a two hops circuit with the relay. It then measures the bandwidth by downloading data from a destination Web Server and stores the measurements.

    The generator read the measurements, aggregates, filters and scales them using torflow's scaling method. Then it generates a bandwidth list file that is read by a directory authority to report relays’ bandwidth in its vote.

    WARNING: This software is intended to be run by researchers using a test Tor network, such as chutney or shadow, or by the Tor bandwidth authorities on the public Tor network. Please do not run this software on the public Tor network unless you are one of the Tor bandwidth authorities, to avoid creating unnecessary traffic.

    ADVICE: It is recommended to read this documentation at Read the Docs. In Github some links won't be properly rendered. It can also be read after installing the Debian package sbws-doc in /usr/share/doc/sbws or after building it locally as explained in ./docs/source/documenting.rst.

    Installing

    See ./INSTALL.rst (in local directory or GitHub) or INSTALL.html (local build or Read the Docs).

    Deploying and running

    See ./DEPLOY.rst (in local directory or GitHub) or DEPLOY.html (local build or Read the Docs).

    Changelog

    See ./CHANGELOG.rst (in local directory or GitHub) or CHANGELOG.html (local build or Read the Docs).

    Documentation

    More extensive documentation can be found in the ./docs directory, and online at sbws.rtfd.io.

    License

    This work is in the public domain within the United States.

    We waive copyright and related rights in the work worldwide through the CC0-1.0 license.

    You can find a copy of the CC0 Public Domain Dedication along with this software in ./LICENSE.md

    Authors

    See ./AUTHORS.md (in local directory or GitHub) or AUTHORS.html (local build or Read the Docs).