Skip to main content

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


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 hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page