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.
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
Where: