Control and monitor your Bobcat miner
Project description
bobcatpy
An asyncio based Python library to interact with the Bobcat Helium miner diagnostics API.
bobcatpy
provides an alternative way to interact with the Bobcat diagnoser interface.
Installation
bobcatpy
is available through PyPi.
pip install bobcatpy
Usage
from bobcatpy import Bobcat
import asyncio
async def main():
b = Bobcat("10.10.21.70")
status = await b.status_summary()
print(status)
await b.close_session()
asyncio.run(main())
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
bobcatpy-2.1.2.tar.gz
(15.1 kB
view details)
File details
Details for the file bobcatpy-2.1.2.tar.gz
.
File metadata
- Download URL: bobcatpy-2.1.2.tar.gz
- Upload date:
- Size: 15.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.0.0 CPython/3.11.4
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 7ba8f6a52d5598c45fe8a5ae79155770d2642e7daea98c41c02a21195e5f08e8 |
|
MD5 | c711fe15aed0b4062018c44bb89d73ee |
|
BLAKE2b-256 | b1faad22382778d0abc5079a06379aedafff3e3edde2f7571a3f9576f20c3c72 |