bobcatpy
A Python library to interact with the Bobcat Helium miner diagnostics API.
BobcatPy provides an alternative way to interact with the Bobcat diagnoser interface and includes some additional functionality for easy troubleshooting and maintenance.
Installation
bobcatpy is available through PyPi.
pip install bobcatpy
Usage
import bobcatpy
# Define your Bobcat instance. Replace with your actual hotspot IP
b = Bobcat("192.168.1.150")
# Get statuses
b.temps()
b.sync_status()
b.miner_status()
# Reboot the hotspot
b.reboot()
# Fastsync the hotspot
b.fastsync()
# Resync the hotspot
b.resync()
# Reset the hotspot
b.reset()
# Run diagnostics
b.diagnose()
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
bobcatpy-1.0.4.tar.gz
(15.7 kB
view details)
File details
Details for the file bobcatpy-1.0.4.tar.gz.
File metadata
- Download URL: bobcatpy-1.0.4.tar.gz
- Upload date:
- Size: 15.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via:
twine/3.6.0 importlib_metadata/4.6.3 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.1 CPython/3.10.1
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
441ea1911ffc559c4f3baf51f55afe7d44e92882f03877fdaa7db94f52528ed3
|
|
| MD5 |
de19f82525f71e842663b40f6caefbc4
|
|
| BLAKE2b-256 |
7b00b6d97bf196c01926142b7743a7cfff2477e94df4c809d535ba7927f735e4
|