Included scripts: check-relays.sh: ping public available relays and generate sorted output.json file with relays show-top.sh - generate topilogy file (show-top.sh -h for available options)
-
cncli binary to check the ping Get the latest one from Andrew Westberg --> https://github.com/AndrewWestberg/cncli/tags)
-
sponge utility - reads standard input and writes it out to the specified file install from commandline MAC OS brew install moreutils ** DEBIAN** apt-get install moreutils ** Ubuntu ** apt-get install moreutils ** Arch Linux** pacman -S moreutils ** Kali Linux** apt-get install moreutils ** Fedora dnf install moreutils ** Raspbian apt-get install moreutils
-
jq tool - lightweight and flexible command-line JSON processor ** MAC OS brew install jq ** DEBIAN apt-get install jq ** Ubuntu ** apt-get install jq ** Arch Linux** pacman -S jq ** Kali Linux** apt-get install jq ** Fedora dnf install jq ** Raspbian apt-get install jq