Skip to content
@rbmk-project

rbmk-project

Really Basic Measurement Kit

Really Basic Measurement Kit (RBMK) is a hobby project by @bassosimone that aims to create a minimal network measurement engine and basic command line tools to measure web censorship and performance.

Architecture

RBMK is written in Go. The following diagram illustrates the dependencies between RBMK repositories:

graph TD
    common[github.com/rbmk-project/common]
    dnscore[github.com/rbmk-project/dnscore]
    x[github.com/rbmk-project/x]
    rbmk[github.com/rbmk-project/rbmk]

    common --> x
    common --> dnscore
    dnscore --> x
    common --> rbmk
    x --> rbmk
    dnscore --> rbmk
Loading

Where:

  • common contains common, shared libraries
  • dnscore contains the core DNS implementation
  • x contains experimental libraries
  • rbmk contains the code for the rbmk command line tool

Pinned Loading

  1. rbmk rbmk Public

    Really Basic Measurement Kit

    Go 1

Repositories

Showing 7 of 7 repositories
  • rbmk Public

    Really Basic Measurement Kit

    rbmk-project/rbmk’s past year of commit activity
    Go 1 GPL-3.0 0 0 0 Updated Dec 24, 2024
  • rbmk-project.github.io Public

    RBMK Project Website

    rbmk-project/rbmk-project.github.io’s past year of commit activity
    0 GPL-3.0 0 0 0 Updated Dec 23, 2024
  • x Public

    Experimental libraries

    rbmk-project/x’s past year of commit activity
    Go 0 GPL-3.0 0 0 0 Updated Dec 22, 2024
  • dnscore Public

    DNS measurement library

    rbmk-project/dnscore’s past year of commit activity
    Go 1 GPL-3.0 1 0 1 Updated Dec 22, 2024
  • .github Public

    RBMK Project organization profile

    rbmk-project/.github’s past year of commit activity
    0 GPL-3.0 0 0 0 Updated Dec 22, 2024
  • common Public

    General purpose libraries

    rbmk-project/common’s past year of commit activity
    Go 0 GPL-3.0 0 0 0 Updated Dec 22, 2024
  • issues Public

    Issues for the RBMK project

    rbmk-project/issues’s past year of commit activity
    0 GPL-3.0 0 1 0 Updated Nov 30, 2024

Top languages

Loading…

Most used topics

Loading…