Open benhylau opened 7 years ago
Ping each public peer periodically with liboping and report through the API which ones are active, and possibly more fine grained and historic metrics. Here is a sample that uses noping (built on liboping):
noping
$ curl -s https://peers.fc00.io/1/location/na | grep "publicKey" | awk '{print $2}' | sed 's/,//' | xargs -L1 ./publictoip6 | noping `tr '\n' ' '`
Ping each public peer periodically with liboping and report through the API which ones are active, and possibly more fine grained and historic metrics. Here is a sample that uses
noping
(built on liboping):