„README.md“ ändern

This commit is contained in:
Michael Clemens 2021-11-12 09:58:02 +01:00
parent 1039317d5a
commit 54de7a153f

View File

@ -12,7 +12,7 @@ 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:
'''
# git clone https://git.qrz.is/clemens/hr50-api.git
micha@rpi:~ git clone https://git.qrz.is/clemens/hr50-api.git
'''
# Configuration
@ -31,8 +31,8 @@ Executing this script will spawn a web server running on port 5000. This is not
Run it as follows:
'''
# cd hr50-api
# ./bootstrap.sh
micha@rpi:~ cd hr50-api
micha@rpi:~/hr50-api$ ./bootstrap.sh
'''
# Examples
@ -45,16 +45,16 @@ For testing or other purposes, you can access the api with trhe help of curl or
Set the keying method to 'PTT':
'''
micha@heater:~/hr50-api$ curl http://<IP_ADDRESS>:5000?cmd=hrmd1
micha@rpi:~/hr50-api$ curl http://<IP_ADDRESS>:5000?cmd=hrmd1
'''
Set the keying method to 'COR':
'''
micha@heater:~/hr50-api$ curl http://<IP_ADDRESS>:5000?cmd=hrmd2
micha@rpi:~/hr50-api$ curl http://<IP_ADDRESS>:5000?cmd=hrmd2
'''
Query the status:
'''
micha@heater:~/hr50-api$ curl http://<IP_ADDRESS>:5000/status
micha@rpi:~/hr50-api$ curl http://<IP_ADDRESS>:5000/status
{"AVG":"43","BND":"15M","PEP":"60","PTT":"COR","STA":"RX","SWR":"1.9","TMP":"12C","VLT":"13.7V"}
'''