Skip to content

Instantly share code, notes, and snippets.

View bg002h's full-sized avatar

Brian Goss bg002h

View GitHub Profile
@bg002h
bg002h / gist:e868c573d5be1862c16fd4b624fd1aaa
Created January 18, 2023 04:59
Blockstream Satllite + gnuplot
Step 1) Start your blocksat-cli monitorings...eg, blocksat-cli standalone monitor --report --log-scrolling --log-file
Step 2) cd into your .blocksat/logs directory
Step 3) Put the following into a text file in you logs directory with the name "pl"
myTitle="blank"
if (ARG2==8){
myTitle="Power"
} else{
if (ARG2==11){
myTitle="SNR"
@bg002h
bg002h / Blockstream Satellite Monitoring Scripts
Last active November 3, 2020 00:17
Blockstream Satellite monitoring scripts
FileName: WhatHaveIGot
#!/bin/bash
cat $1 | grep -P "[0-9]{1,6}\) - G" -o | grep -P "[0-9]{1,6} -o | uniq | sort -g
FileName: MissingInSequence
#!/bin/bash
awk '{for(i=p+1; i<$1; i++) print i} {p=$i}' $1
Verifying that +bcg is my blockchain ID. https://onename.com/bcg
Verifying myself: My Bitcoin username is +bcg. https://onename.io/bcg