No project description provided
Project description
rddl-client
The rddl-client enables you to interact with the rddl-network.
The following interactions are currenlty supported:
Requirements
The rddl-client installation requires pyhton above version 3.9 and an installation of peotry
.
This can for example be done via
pip install --upgrade poetry
take care that the poetry
binary is within your PATH
enviornment variable.
Installing rddl-client
The rddl-client is a basic cmd-line tool to interact with the HW-03 hardware wallets of the rddl-network.
The rddl-client can be used from within the virtual environment after a successful installation.
The installation of the rddl-client can be easily conducted from the root directory of the repository via
poetry install
Using rddl-client
Please use poetry shell
to enter the virtual python environemnt. Now, you can use the rddl-client
as it comes.
An alternative option is to run execute the command via poetry from the virtual environment poetry run rddl-client <command> --help
.
Configuration
The following variables define how the client connects to the 0x21e8 serivce and the smart meter by with tasmota firmware
- HW_03_SERVICE = (default="http://localhost:8000") - the 0x21e8 service connection
- TASMOTA_SERVICE (default="http://sonoff") - the link to the tasmota API of the smart meter
The environment varialbes can be set
- by using
export
- by defining them prior to the cli command on the shell
HW_03_SERVICE=http://localhost:8000 TASMOTA_SERVICE=http://192.168.0.1 rddl-client --help
- by defining them in the local environment file
.env
Commands
The following commands are currently supported
- attest-data
- attest-energy-consumption
- attest-machine
- create-seed
- recover-seed
Please use rddl-client --help
and rddl-client <command> --help
to get clear instructions.
Automation
A cronjob description is within the file rddl-notarize-crontab
.
The following instruction will install the file and let you notarize the energyc-consumption every 15 minutes.
sudo cp rddl-notarize.crontab /etc/cron.d/rddl-notarize
sudo systemctl restart cron.service
The outcome of the script is written to syslog. Use the folloing command to inspect the activities on your node
sudo grep rddl-client /var/log/syslog
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file rddl_client-0.2.0.tar.gz
.
File metadata
- Download URL: rddl_client-0.2.0.tar.gz
- Upload date:
- Size: 19.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.5.0 CPython/3.9.16 Linux/5.15.0-1037-azure
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 6bbc4e747c063b45df76515afb6d53ca59ef85a2a68673956badefaa412b9d90 |
|
MD5 | 9d230e4c13dc2c43f71fc77c4ddc32d8 |
|
BLAKE2b-256 | 7bcad457cd34e30df2f177fe55ee7cafca4bc5011b5dcdb9d3448877198fc560 |
File details
Details for the file rddl_client-0.2.0-py3-none-any.whl
.
File metadata
- Download URL: rddl_client-0.2.0-py3-none-any.whl
- Upload date:
- Size: 21.1 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.5.0 CPython/3.9.16 Linux/5.15.0-1037-azure
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 57d3c7b1eab5379858f97e535ecf4f3ae0909fbdd5d719b53a742402df48575e |
|
MD5 | 7de34d51a88d63d9363d7110fd6cb791 |
|
BLAKE2b-256 | b9a523fac0851aa14c82e387f79f8734c8ab20f6deda9e19360d9ccf997d79d2 |