From 1187f330c659324d26de4b55f025dd9e71c3e899 Mon Sep 17 00:00:00 2001 From: Michael Clemens Date: Fri, 12 Nov 2021 09:59:11 +0100 Subject: [PATCH] =?UTF-8?q?=E2=80=9EREADME.md=E2=80=9C=20=C3=A4ndern?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/README.md b/README.md index c8e0bda..fb61573 100644 --- a/README.md +++ b/README.md @@ -11,18 +11,18 @@ You need a computer connected to the Hardrock-50 via USB, e.g. a Raspberry Pi. T Download all files and copy them into a directory on your raspberry pi. alternatively, you can clone the git repository as follows: -''' +``` micha@rpi:~ git clone https://git.qrz.is/clemens/hr50-api.git -''' +``` # Configuration Open the file _hr50api.py_ and adapt the following lines to your environment: -''' +``` serial_port = '/dev/ttyUSB0' baud = 19200 -''' +``` # Execution @@ -30,10 +30,10 @@ Executing this script will spawn a web server running on port 5000. This is not Run it as follows: -''' +``` micha@rpi:~ cd hr50-api micha@rpi:~/hr50-api$ ./bootstrap.sh -''' +``` # Examples @@ -44,17 +44,17 @@ For testing or other purposes, you can access the api with trhe help of curl or Set the keying method to 'PTT': -''' +``` micha@rpi:~/hr50-api$ curl http://:5000?cmd=hrmd1 -''' +``` Set the keying method to 'COR': -''' +``` micha@rpi:~/hr50-api$ curl http://:5000?cmd=hrmd2 -''' +``` Query the status: -''' +``` micha@rpi:~/hr50-api$ curl http://:5000/status {"AVG":"43","BND":"15M","PEP":"60","PTT":"COR","STA":"RX","SWR":"1.9","TMP":"12C","VLT":"13.7V"} -''' \ No newline at end of file +``` \ No newline at end of file