From cb891b7719754cd3282405c1b2c9b8df004734b7 Mon Sep 17 00:00:00 2001 From: Harry Ho Date: Thu, 13 May 2021 10:34:47 +0800 Subject: [PATCH] Update README --- README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 358a7dd..43b0cf8 100644 --- a/README.md +++ b/README.md @@ -10,8 +10,10 @@ * `mch_start`: Power on the MCH and start logging serial outputs from Metlino and Saymas * `mch_stop`: Power off the MCH and stop logging serial outputs from Metlino and Saymas -* `rp_start_uhubctl`: Power on a RedPitaya connected to a smart USB hub on a computer, using [`uhubctl`](https://github.com/mvp/uhubctl) -* `rp_stop_uhubctl`: Safely power off a RedPitaya connected to a smart USB hub on a computer, using `uhubctl` +* `rp_ping_test`: Loop to ping a RedPitaya until it succeeds + * The exit condition is where the RedPitaya is ready-to-use +* `rp_shutdown`: Shut down the OS of a RedPitaya and loop to ping it until it fails + * The exit condition is where the RedPitaya is ready for hardware power-off * `get_and_plot_sayma_data`: Acquire and analyse data from RedPitayas over local network * `get_and_plot_remote_sayma_data`: Acquire and analyse data from remote RedPitayas via SSH (often over different networks) to the local file system * Requires Python testsuite scripts present on the remote host