From 14c414ed349c185ae1da47a3ed609455b0e41bcd Mon Sep 17 00:00:00 2001 From: UsualSpec <98665326+UsualSpec@users.noreply.github.com> Date: Mon, 1 Jul 2024 15:18:32 +0200 Subject: [PATCH] Add link for pinpoint arm binary --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a024333..b2f7be3 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ The autopower project aims to collect power data from network devices automatica ### Measuring -A power meter is connected to a Raspberry Pi which runs a client software called `mmclient` to control the measurements. Communication with the measurement device happens through [pinpoint](https://github.com/osmhpi/pinpoint). More specifically, based on [my fork of pinpoint](https://github.com/UsualSpec/pinpoint/tree/feature/skip-workload) which includes a flag for printing measurement data without a specified workload (see [upstream PR #15](https://github.com/osmhpi/pinpoint/pull/15) for more information). +A power meter is connected to a Raspberry Pi which runs a client software called `mmclient` to control the measurements. Communication with the measurement device happens through [pinpoint](https://github.com/osmhpi/pinpoint). More specifically, based on [our fork of pinpoint](https://github.com/nsg-ethz/pinpoint/tree/feature/skip-workload) which includes a flag for printing measurement data without a specified workload (see [upstream PR #15](https://github.com/osmhpi/pinpoint/pull/15) for more information). You can find a binary build of pinpoint for ARM on the [Releases page on GitHub](https://github.com/nsg-ethz/autopower/releases) ### Data storage on client